body{
    background-color: rgb(19, 19, 19);
    animation: wipe-in-up 1s ease-in;
}

.about-link{
    color: rgb(134, 199, 255) !important;
}


.titleContainer {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;;
    border-bottom: solid 0.3px rgb(199, 199, 199);
    margin-left: 5svw;
    margin-right: 5svw;
    
}

.title h1,h2{
    font-size: clamp(45px, 5vw ,80px);
    font-weight: 400;
    color: rgb(199, 199, 199);
    padding-left: 15svw;
    padding-right: 15svw;

}

.title h2{
    color: rgb(134, 199, 255);
    animation: wipe-left-right 4s ease-in;

}

.contentContainer {
    margin-top: 25px;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.contentTitle p {
    font-size: clamp(20px, 4vw ,30px);
    font-weight: 200;
    color: rgb(199, 199, 199);
    padding-left: 15svw;
    padding-right: 15svw;
    margin-bottom: 5px;

}