/*************************************************************************SECTION 4************************************************************************************/
#About {
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: visible;
}

.AboutTitle {
    margin-top: 3%;
    padding-top: 25px;
    font-size: xx-large;
    font-family: 'Arial Narrow Bold', sans-serif;
    text-decoration: underline;
}

#About p {
    width: 80%;
    font-size: larger;
    margin-top: 4%;
    filter: drop-shadow(2px 2px 2px black);
    text-align: center;
    font-family: "Merienda", cursive;
}
