body{
    margin:auto;
    padding: 0px;
}

.aboutPage {
    max-width: 700px;
    min-height: 90vh;
    padding: 20px;
    padding-top: 40px;
    background-color: white;
    margin:auto;


}
.aboutHeader {
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 17px;

}

.aboutInfo {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 14px;


}

