@import URL("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

body {
    background-color: black;
    color: white;
    background-image: url("../images/bg_mobile-6K5wkco.jpg");
    background-size: 100% auto;
}
a {
    color: tan;
}
@media screen and (min-width: 1200px) {
    body {
        background-image: url("../images/bg_desktop-Njzuh7U.jpg");
        background-size: cover;
    }
}
.bebas-neue-regular, h1, h2, h3, h4, h5 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.box {
    width: 100%;
    height: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}
.strait-logo {
}
.strait-logo .box {
    background-image: url("../images/logo-tZ6nTDs.png");
    padding-top: 34%;
}
.strait-title .box {
    background-image: url("../images/title-GpeGbwp.png");
    padding-top: 32%;
}
.strait-prizing .box {
    background-image: url("../images/prizing-7K6N7-F.png");
    padding-top: 66%;
}
.strait-sub-title {
    background-image: url("../images/dark--SMT3eY.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.strait-grand-prize .box {
    background-image: url("../images/grand_prize-4qcjbnG.png");
    padding-top: 9%;
}
.strait-prizing-container {
    background-color: rgba(255,255,255,.2);
}
.btn-spotify {
    background-color: #1db954;
    color: #191414;
}
.btn-spotify:hover {
    background-color: #191414;
    color: #1db954;
}
.text-small {
    font-size: .66rem;
}
.no-labels label {
    display: none;
}
