@font-face{font-family:'BMSHumanity';font-style:normal;font-weight:300;src:local('BMSHumanity'),local('BMSHumanity-Light'),url('fonts/BMSHumanity-light-latin.woff2') format('woff');font-display:swap}
@font-face{font-family:'BMSHumanity';font-style:normal;font-weight:400;src:local('BMSHumanity'),local('BMSHumanity-Regular'),url('fonts/BMSHumanity-regular-latin.woff2') format('woff');font-display:swap}
@font-face{font-family:'BMSHumanity';font-style:normal;font-weight:500;src:local('BMSHumanity Medium'),local('BMSHumanity-Medium'),url('fonts/BMSHumanity-medium-latin.woff2') format('woff');font-display:swap}

body{
    height: 98vh;
    width: 100%;
    font-family: "BMSHumanity";
    font-weight: 300;
    font-size: 25px;
    color: #595454;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container{
    height: 100%;
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -150px;
}

.logo{
    width: 550px;
}

.desc{
    margin: inherit;
}

.mid-content{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "BMSHumanity";
    margin-top: 60px;
    font-weight: 300;
    line-height: 50px;
    font-size: 40px;
}

.footer{
    position: absolute;
    bottom: 0;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
    font-family: "BMSHumanity";
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}

@media only screen and (max-width: 600px) {
    
    h1{
        font-size: 30px;
    }
    
    .mid-content{
        margin-top: 20px;
        font-size: 20px;
        line-height: 25px;
        padding: 10px;
    }

    .logo {
        width: 80%;
    }
    
    .footer{
        font-size: 12px;
    }
    
    .desc{
        font-size: 15px;
    }
}