    .content{
        position: relative;
        top: 24vh;
        font-family: PlexSans;
        font-size: 2vh;
        text-align: justify;
        animation: appearfb 1.2s ease 0s 1 forwards;
    }
    @keyframes appearfb {
        0%   {top: 26vh; opacity: 0;}
        100% {top: 24vh; opacity: 1;}
    }
    .slogan{
        position: relative;
        font-weight: bold;
        left: 27%;
        width: 46%;
        text-align: center;
        font-size: 2vh;
    }
    .profile{
        left:10%;
        width: 80%;
        position: relative;
        margin-bottom: 8vh;
        display: flex;
    }
    
    .profile img{
        width: 25vw;
        margin-right: 5vw;
    }
    .profile::after{
        content: "";
        clear: both;
        display: table;
    }
