body {
    margin: 0;
    padding: 0;
    background-color: #f9f5f0;
    font-family: system-ui, '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
}

.about{
    margin: 5% auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.vision{
    margin-top: 2%;
    width: 80%;
    padding: 20px;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    box-shadow: 10px 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 1.5rem;
}


.mission{ 
    margin: 2% auto;
    width: 80%;
    padding: 20px;
    text-align: justify;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    box-shadow: 10px 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 1.5rem;
    
}

.vision h2, .mission h2, .vision h3, .mission h3{
    padding-bottom: 10px;
    text-align: center;
    font-size: 2rem;
    font-weight: bolder;
}

.foundersnote{
    margin-top: 2%;
    width: 80%;
    padding: 20px;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    box-shadow: 10px 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 1.5rem;
}

.foundersnote h2{
    padding-bottom: 10px;
    text-align: center;
    font-size: 2rem;
    font-weight: bolder;
}
.foundersnote h3{
    padding-bottom: 10px;
    text-align: right;
    font-size: 1.5rem;
    font-weight: bolder;
}

.ourstory{ 
    margin: 2% auto;
    width: 80%;
    padding: 20px;
    text-align: justify;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    box-shadow: 10px 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 1.5rem;
}

.ourstoryinner h2{
    padding-bottom: 10px;
    text-align: center;
    font-size: 2rem;
    font-weight: bolder;
}
.ourstoryinner p{
    padding: 10px auto;
    text-align: justify;
    font-size: 1.5rem;
    
}

.ksustainability{
    margin-top: 2%;
    width: 80%;
    padding: 20px;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    box-shadow: 10px 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 1.5rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #f9f5f0;
}
.sustainability{
    margin: 2% auto;
    width: 80%;
    padding: 20px;
    border-radius: 15px;
    font-size: 1.5rem;
    text-align: justify;
}
.sustainability h2{
    padding-bottom: 10px;
    text-align: center;
    font-size: 2rem;
    font-weight: bolder;
}
.sustainability p{
    padding-bottom: 10px;
    text-align: justify;
    font-size: 1.5rem;
    font-weight: bolder;    
}

.sustainability li{
    padding-bottom: 10px;
    text-align: justify;
    font-size: 1.5rem;
    font-weight: bolder; 
    list-style: none;   
}

@media screen and (max-width: 480px) {
    .about {
        margin: 15% auto;
    }
}