* {
    outline: 0;
}
body, h1, p, ul {
    padding: 0;
    margin: 0;
}
div {
    box-sizing: border-box;
}
body {
    background:
        url(../img/players.png) no-repeat bottom center / contain,
        url(../img/money.png) no-repeat bottom center / contain,
        url(../img/vector_purple.svg) no-repeat top right / 50vw auto,
        url(../img/vector_yellow.svg) no-repeat bottom left / 27.5vw auto,
        #000F11
    ;
    font-family: "noka", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 5.75vw;
    letter-spacing: 0;
    min-height: 100vh;
    position: relative;
    color: #ffffff;
    line-height: 1.5;
}
body > div {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    justify-content: center;
}
h1{
    position: absolute;
    left: 5vw;
    top: 6vw;
    font-size: 1px;
    color: transparent;
    aspect-ratio: 1024/316;
    width: 30vw;
    background: url(../img/fbet.svg) no-repeat center center/cover;
}
p > span {
    display: inline-block;
    background: url(../img/fbet.svg) no-repeat center center/cover;
    height: 4.0vw;
    font-size: 1px;
    color: transparent;
    aspect-ratio: 1024/316;
    vertical-align: text-bottom;
    margin-left: 1.2vw;
    position: relative;
    bottom: 0.95vw;
}
h1 + div {
    padding: 0vw 5vw 29vw 5vw;
}
h1 + div:before {
    content: '';
    aspect-ratio: 1024/903;
    width: 20.4vw;
    background: url(../img/alert.svg) no-repeat center center/cover;
    display: block;
    margin-bottom: 0.85em;
}
p {
    margin-bottom: 1.5em;
}
p:last-child {
    margin-bottom: 0;
}

@media screen and (orientation:landscape) {
    body {
        --bg_bottom: 77.2dvh;
        --bg_top: 99dvh;
        background:
            url(../img/player_front.png) no-repeat right  bottom / auto var(--bg_bottom),
            url(../img/vector_purple_front_fs.svg) no-repeat bottom right / auto calc(var(--bg_bottom) * (31.5/79)),
            url(../img/players_back.png) no-repeat right  bottom / auto var(--bg_bottom),
            url(../img/vector_yellow_fs.svg) no-repeat top right / auto var(--bg_top),
            url(../img/top_bg_fs.png) no-repeat top right / auto var(--bg_top),
            url(../img/vector_purple_back_fs.svg) no-repeat bottom right / auto calc(var(--bg_bottom) * (64/79)),
            #000F11       
        ;
        font-size: 1.3vw;
    }
    body > div {
        padding: 2.5em 0em 24dvh 5em;
        justify-content: space-between;  
    }
    h1 {
        width: 5.5em;
        position: unset;
        left: unset;
        top: unset;
        font-size: 1em;
    }
    h1 + div {
        padding: 0em;
        width: 16em;
    }
    h1 + div:before {
        width: 3.5em;
        margin-bottom: 1.3em;
    }
    p > span {
        height: 0.8em;
        bottom: 0.2em;
        margin-left: 0.2em;
        font-size: 1em;
        overflow: hidden;
    }
}
