h2{
    font-size: 3em;
    margin: 20px 0;
    text-align: center;
    color: #333;
    font-weight: bolder;
}

h3{
    font-size: 1.5em;
    margin: 20px 0;
    text-align: center;
    color: #333;
}

#logo-container{
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 20px auto;
}

#logo-container img{
    width: 100%;
    max-width: 599px;
}

#about-banner-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}

#about-banner{
    width: fit-content;
    max-width: 100%;
    max-height: 35vh;
    margin: 0 auto;
}

p{
    font-size: 1.2em;
    line-height: 1.6;
    color: #555;
    margin: 20px auto;
    max-width: 800px;
    padding: 0 20px;
}


/* increase font size of text
relevant styling for logo header section

styles for including pictures with text

mobile friendly styles


/* contact forum styles here*/