*{
    box-sizing: border-box;
}

body{
    background: #000;
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif;
}

.promo__main {
    max-width: 512px;
    margin: 0 auto;
    padding: 190px 15px 15px;
    background-color: #1B1A18;
    background-image: url(Images/818fcbe2b50747ec1e367d63b353517f5e4821d4.jpg);
    min-height: 100vh;
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

.promo__main .promo__content {
    margin-bottom: 30px;
}

.promo__main .promo__heading {
    margin: 0;
    color: #fff;
    font-size: 32px;
    font-family: "Inter", sans-serif;
    font-weight: 900;
    font-style: Italic;
    line-height: 40px;
    filter: drop-shadow(0px 0px 8px #00000073);
}

.promo__main .promo__heading span{
    background: linear-gradient(180deg, #FFA817 20.92%, #EE532F 93.75%);
    background-clip: text;
    color: transparent;
    font-size: 70px;
    line-height: 70px;
    display: block;
}

.promo__btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 33.33px;
    letter-spacing: 0px;
    font-family: "Inter", sans-serif;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    border-radius: 50px;
    text-shadow: 1px 1px 2px #00000073;
    min-height: 45px;
    text-decoration: none;
    transition: all 0.5s;;
}

.promo__btn.launch__btn{
    background: linear-gradient(90.33deg, #FFB522 0.14%, #E85A0B 110.54%);
}
.promo__btn.launch__btn:hover{
    background: linear-gradient(270deg, #FFB522 0.14%, #E85A0B 110.54%);
}

.promo__buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 15px;
}
.promo__btn.lobby__btn {
    border-radius: 30px;
    background-image: linear-gradient(#1B1A18, #1B1A18), linear-gradient(76.34deg, #FFA817 47.55%, #EE532F 89.18%);;
    background-origin: border-box;
    background-clip: content-box, border-box;
    border: 1px solid transparent;
}

.promo__btn.lobby__btn:hover{
    background-image: linear-gradient(#1B1A18, #1B1A18), linear-gradient(260deg, #FFA817 47.55%, #EE532F 89.18%);;
}

.btn__note p {
    margin: 0;
    text-align: center;
    color: #8A93A6;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
}

.promo__footer {
    padding-top: 38px;
}
.footer__logo{
    display: flex;
    justify-content: center;
}
.footer__logo img {
    text-align: center;
    max-width: 112px;
}

.footer__note {
    text-align: center;
    color: #00FFB2;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    margin-top: 10px;
}