@font-face {
    font-family: "pretty girls";
    src: url("../font/pretty_gils_font.ttf");
}




body{
    background: #5e5d5d !important;
}
h1{color: #FFFFFF;}
a{color: #FFFFFF;}
h6{color: #FFFFFF;}
h1{
    margin-top: 80px;
    font-size: 20px;
    font-family: 'Bebas Neue';
}
.mail{
    margin-top: 20px;
}
a{
    font-family: 'Bebas Neue';
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
}
h6{
    margin-top: 40px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}



@media screen and (max-width:400px){
    .img.logo{
        max-width: 302px !important;
    }

    h1{
        font-size: 20px;
    }

    .mail{
        margin-top: 40px;
    }

    .bottom{
        margin-top: 50px;
    }
}

@media screen and (min-width:400px){
    .img.logo{
        max-width: 350px;
    }

    h1{
        font-size: 20px;
    }
}

@media screen and (min-width:775px){
    .img.logo{
        max-width: 420px;
    }

    h1{
        font-size: 30px;
    }
}

@media screen and (min-width:920px){
    h1{
        font-size: 50px;
    }
    .img.logo{
        max-width: 420px;
    }
}