﻿#main {
    background: linear-gradient(transparent 25%, #000), url("http://cdn.originpc.com/img/landing/2019/swifty-giveaway/main-bg.jpg") center center fixed no-repeat;
    background-size: cover;
}

.block-system {
    padding: 30px 0 40px 0;
    background: rgba(0,0,0,0.65);
    margin-bottom: 30px;
}

.legal {
    font-size: 80%;
}

#promo {
    background: url('https://cdn.originpc.com/img/landing/2019/basically-homeless-giveaway/october-promo-bg.jpg') 50% 50% no-repeat;
    background-size: cover;
}

ul.none {
    list-style: none;
    padding-inline-start: 10px;
}

    ul.none li {
        margin-bottom: 10px;
    }

.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 6px;
    border: 2px solid #cc181e;
    color: #fafafa;
    text-align: center;
    display: inline-block;
}

.color-gold {
    color: #fe9734;
}