body::before{
    content: '';
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -2;
    inset: 0 auto auto 0;
    background: url(/promotions/giveaway-july-2025/assets/media/background.jpg) no-repeat top center / 100% auto;
    --webkit-background-size: cover;
    --moz-background-size: cover;
    --o-background-size: cover;
    background-size: cover;
}

@media(prefers-color-scheme: light){
    body::after{
        content: '';
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        z-index: -1;
        inset: 0 auto auto 0;
        background: rgba(255,255,255,.5);
    }
}

.page-back-button-container{
    background: none;
    position: relative;
}

.subtitle{
    background: var(--fill-1);
    padding: 5px 10px;
    border-radius: 5px;
    color: var(--font-color);
    font-weight: 600;
    margin: 50px 0 0 0;
}

.paragraph{
    padding: 0 20px;
}