@font-face {
    font-family: Comfortaa;
    src: local("Comfortaa"),
    url(/css/fonts/comfortaa/Comfortaa.ttf);
}

body {
    font-family: 'Comfortaa';
    background-image: url('/img/back_bottom.png');
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 100vh;    
    color: #051F2C;   
    margin: 0px; 
    padding: 0px;
}

.back-top {
    background-image: url('/img/back_top.png');
    background-repeat: no-repeat;
    background-position: top;    
}

.logo {
    margin: 8% 0 0 0;
    width: 270px;
}

.info-top {
    margin: 5% 0 0 0;
    font-size: 100px;
}

.info-botton {
    margin: 1% 0 0 0;
    font-size: 50px;
}

span {
    color: #96A2AD;
}

.footer {
    font-size: 30px;
    position: fixed;
    bottom: 40px;
    margin-left: 44%;
}

@media(max-width: 776px) {
    .logo {
        margin: 15% 0 0 0;
        width: 35%;
    }

    .info-top {
        margin: 25% 0 0 0;
        font-size: 35px;
    }

    .info-botton {
        margin: 15% 0 0 0;
        font-size: 28px;
    }

    .footer {
        font-size: 20px;
        position: fixed;
        bottom: 40px;
        margin-left: 24%;
    }
}