/* About Section style */
#about-section {
    position: relative;
    background-color: rgb(211, 211, 211);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    
    
    

}
#about-title {
    font-size: clamp(4.5rem, 1rem + 10vw, 7rem);
    font-family: 'Anton', sans-serif;
    text-decoration: underline 3px;
    z-index: 5;
    margin-top: -100px;
    
    
}



.desc {
    margin: 0 5%;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.397);
    background-color: inherit;
    z-index: 5;
}

.desc > p {
    font-size: 1.5rem;
}




