body {
    height: 100%!important;
    font-family: aller;
    font-weight: 200;
    background-image: url(../img/background.jpg);
    height: 100%;
    background-size: contain;
    background-attachment: fixed;
    padding: 20px;
    width: 768px;
    margin-left: auto !important;
    margin-right: auto !important;
}

@font-face {
    font-family: aller;
    font-weight: 200;
    src: url(../font-aller/Aller.ttf);
}

@font-face {
    font-family: aller;
    font-weight: 400;
    src: url(../font-aller/Aller_Bd.ttf);
}

ul {
    font-family: "aller";
    font-weight: 200;
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
}

.txt-gold {
    color: #F2C850;
}

.text-center {
    text-align: center !important;
}

.w-100 {
    width: 100% !important;
}

.logo {
    width: 75%;
    margin-bottom: 25px;
    margin-top: 10px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.btn-success,
.btn-info {
    font-weight: 200!important;
    border-radius: 100px!important;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.icons {
    width: 30px;
    margin-right: 10px;
    margin-top: -5px;
}

@media(max-width: 768px) {
    body {
        width: 100% !important;
    }
}

@media(min-width:400px) {
    .logo {
        width: 250px!important
    }
}

@media(max-width:350px) {
    ul {
        font-size: 18px;
        margin-top: 0!important
    }
    .mt-2 {
        margin-top: 0!important
    }
    .btn-success {
        font-size: 16px;
        height: 50px!important
    }
}