h2{
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 2.6rem;
    color: rgb(32, 32, 32);
}

.aboutcontainer{
    width: 90%;
    margin: 0 auto;
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.historytext, .mascottext{
    width: 58%;
}

.aboutparagraph, p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3rem;
    margin-top: 0.5rem;
    text-align: center;
}

.aboutImage{
    width: 40%;
    align-content: center;
}

.aboutimg{
    width: 100%;
}

span{
    font-size: 1.5rem;
    font-weight: bold;
}

h3{
    margin-top: 1rem;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
}

@media(max-width: 800px){

    .imgheader{
        background-position: right;
    }

    header a{
        margin-left: 2.3rem;
    }

    .aboutcontainer{
        width: 90%;
        flex-direction: column;
    }

    .historytext, .mascottext{
       margin: 0 auto;
       width: 90%;
    }

    .aboutImage{
        margin: 0 auto;
        width: 80%;
        border-radius: 7px;
    }

    p{
        width: 80%;
        margin: 0 auto;
        margin-bottom: 1rem;
    }

    .aboutparagraph{
        margin-top: 1rem;
    }
}

@media(max-width: 720px){

    header a{
        margin-left: 2rem;
    }

    .aboutImage{
        width: 90%;
    }
}

@media(max-width: 600px){

    .imgheader h1{
        font-size: 2.5rem;
    }

    header a{
        margin-left: 1.5rem;
        font-size: 1.1rem;
    }
}

@media(max-width: 500px){

    .imgheader h1{
        font-size: 2rem;
    }

    header a{
        margin-left: 0.95rem;
    }

    .aboutcontainer{
        width: 90%;
    }

}

@media(max-width: 450px){

    .imgheader{
        background-position: right;
    }
    
    header a{
        font-size: 1rem;
        margin-left: 1.05rem;
    }

    p{
        width: 95%;
    }
}