@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');

:root{
    --back-color: #000;
    --main-text: #fff;
    --terms-btn-back: #000d9e;
    --terms-color: #fff;
    --terms-border: #000d9e;
}

body {
    background-color: var(--back-color);
    min-height: 100vh;
    background-image: url('../img/back.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.link {
    cursor: pointer;
}

.top-spacer {
    min-height: 1vh;
}

.top-band {
    min-height: 5vh;
}

.logo {
    max-width: 80%;
}

.main-text {
    font-family: 'Lilita One', cursive;
    font-size: 3rem;
    margin-bottom: 45px;
    color: var(--main-text);
}

.btn-play {
    font-weight: bolder;
    width: 90%;
    float: right;
    margin-top: -55px;
}

.steps {
    margin-top: 30px;
    margin-bottom: 35px;
}

.terms-float {
    background-color: var(--terms-btn-back);
    color: var(--terms-color);
    padding: 10px 20px;
    border-radius: 4px;
    border-color: var(--terms-border);
}

#btn-terms {
    position: fixed;
    bottom: -4px;
    right: 10px;
}

@media (min-width: 576px) {
    .top-spacer {
        min-height: 1vh;
    }

    .top-band {
        min-height: 5vh;
    }

    .logo {
        max-width: 80%;
    }

    .main-text {
        font-family: 'Lilita One', cursive;
        font-size: 3rem;
        margin-bottom: 45px;
        color: var(--main-text);
    }

    .btn-play {
        font-weight: bolder;
        width: 90%;
        float: right;
        margin-top: -55px;
    }

    .steps {
        margin-top: 30px;
        margin-bottom: 35px;
    }

    .terms-float {
        background-color: var(--terms-btn-back);
        color: var(--terms-color);
        padding: 10px 20px;
        border-radius: 4px;
        border-color: var(--terms-border);
    }

    #btn-terms {
        position: fixed;
        bottom: -4px;
        right: 10px;
    }
}

@media (min-width: 768px) {
    .top-spacer {
        min-height: 1vh;
    }

    .top-band {
        min-height: 5vh;
    }

    .logo {
        max-width: 95%;
    }

    .main-text {
        font-family: 'Lilita One', cursive;
        font-size: 3rem;
        margin-bottom: 45px;
        color: var(--main-text);
    }

    .btn-play {
        font-weight: bolder;
        width: 90%;
        float: right;
        margin-top: -55px;
    }

    .steps {
        margin-top: 30px;
        margin-bottom: 35px;
    }

    .terms-float {
        background-color: var(--terms-btn-back);
        color: var(--terms-color);
        padding: 10px 20px;
        border-radius: 4px;
        border-color: var(--terms-border);
    }

    #btn-terms {
        position: fixed;
        bottom: -4px;
        right: 10px;
    }
}

@media (min-width: 992px) {
    .top-spacer {
        min-height: 1vh;
    }

    .top-band {
        min-height: 5vh;
    }

    .logo {
        max-width: 80%;
    }

    .main-text {
        font-family: 'Lilita One', cursive;
        font-size: 3rem;
        margin-bottom: 45px;
        color: var(--main-text);
    }

    .btn-play {
        font-weight: bolder;
        width: 90%;
        float: right;
        margin-top: -55px;
    }

    .steps {
        margin-top: 30px;
        margin-bottom: 35px;
    }

    .terms-float {
        background-color: var(--terms-btn-back);
        color: var(--terms-color);
        padding: 10px 20px;
        border-radius: 4px;
        border-color: var(--terms-border);
    }

    #btn-terms {
        position: fixed;
        bottom: -4px;
        right: 10px;
    }
}

@media (min-width: 1200px) {
    .top-spacer {
        min-height: 3vh;
    }

    .top-band {
        min-height: 5vh;
    }

    .logo {
        max-width: 100%;
    }

    .hero {
        margin-bottom: 80px;
    }

    .main-text {
        font-family: 'Lilita One', cursive;
        font-size: 3rem;
        margin-top: 50px;
        margin-bottom: 60px;
        color: var(--main-text);
    }

    .btn-play {
        font-weight: bolder;
        width: 90%;
        float: right;
        margin-top: -55px;
    }

    .steps {
        margin-top: 30px;
        margin-bottom: 35px;
    }

    .terms-float {
        background-color: var(--terms-btn-back);
        color: var(--terms-color);
        padding: 10px 20px;
        border-radius: 4px;
        border-color: var(--terms-border);
    }

    #btn-terms {
        position: fixed;
        bottom: -4px;
        right: 10px;
    }
}

@media (min-width: 1300px) {
    .top-spacer {
        min-height: 0.5vh;
    }

    .top-band {
        min-height: 5vh;
    }

    .logo {
        max-width: 80%;
    }

    .hero {
        margin-top: -5px;
        margin-bottom: 0px;
    }

    .main-text {
        font-family: 'Lilita One', cursive;
        font-size: 2rem;
        margin-top: 0px;
        margin-bottom: 10px;
        color: var(--main-text);
    }

    .btn-play {
        font-weight: bolder;
        width: 90%;
        float: right;
        margin-top: -85px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 2rem;
    }

    .steps {
        margin-top: -35px;
        margin-bottom: 35px;
    }

    .step img {
        padding: 25px;
    }

    .terms-float {
        background-color: var(--terms-btn-back);
        color: var(--terms-color);
        padding: 10px 20px;
        border-radius: 4px;
        border-color: var(--terms-border);
    }

    #btn-terms {
        position: fixed;
        bottom: -4px;
        right: 10px;
    }
}

@media (min-width: 1400px) {
    .top-spacer {
        min-height: 1vh;
    }

    .top-band {
        min-height: 5vh;
    }

    .logo {
        max-width: 80%;
    }

    .main-text {
        font-family: 'Lilita One', cursive;
        font-size: 3rem;
        margin-bottom: 45px;
        color: var(--main-text);
    }

    .btn-play {
        font-weight: bolder;
        width: 90%;
        float: right;
        margin-top: -85px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 2rem;
    }

    .steps {
        margin-top: -30px;
        margin-bottom: 35px;
    }

    .step img {
        padding: 25px;
    }

    .terms-float {
        background-color: var(--terms-btn-back);
        color: var(--terms-color);
        padding: 10px 20px;
        border-radius: 4px;
        border-color: var(--terms-border);
    }

    #btn-terms {
        position: fixed;
        bottom: -4px;
        right: 10px;
    }
}

@media (min-width: 1600px) {
    .top-spacer {
        min-height: 0.5vh;
    }

    .top-band {
        min-height: 5vh;
    }

    .logo {
        max-width: 80%;
    }

    .hero {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .main-text {
        font-family: 'Lilita One', cursive;
        font-size: 3rem;
        margin-top: 0px;
        margin-bottom: 10px;
        color: var(--main-text);
    }

    .btn-play {
        font-weight: bolder;
        width: 90%;
        float: right;
        margin-top: -95px;
        padding-top: 15px;
        padding-top: 15px;
        font-size: 2rem;
    }

    .steps {
        margin-top: -25px;
        margin-bottom: 35px;
    }

    .step img {
        padding: 25px;
    }

    .terms-float {
        background-color: var(--terms-btn-back);
        color: var(--terms-color);
        padding: 10px 20px;
        border-radius: 4px;
        border-color: var(--terms-border);
    }

    #btn-terms {
        position: fixed;
        bottom: -4px;
        right: 10px;
    }
}

@media (min-width: 1900px) {
    .top-spacer {
        min-height: 0.5vh;
    }

    .top-band {
        min-height: 5vh;
    }

    .logo {
        max-width: 80%;
    }

    .hero {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .main-text {
        font-family: 'Lilita One', cursive;
        font-size: 3rem;
        margin-top: 0px;
        margin-bottom: 10px;
        color: var(--main-text);
    }

    .btn-play {
        font-weight: bolder;
        width: 90%;
        float: right;
        margin-top: -125px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 3rem;
    }

    .steps {
        margin-top: -65px;
        margin-bottom: 35px;
    }

    .step img {
        padding: 25px;
    }

    .terms-float {
        background-color: var(--terms-btn-back);
        color: var(--terms-color);
        padding: 10px 20px;
        border-radius: 4px;
        border-color: var(--terms-border);
    }

    #btn-terms {
        position: fixed;
        bottom: -4px;
        right: 10px;
    }
}