body {
    font-family: 'Exo 2', sans-serif;
    background-image: url('img/bg_body_.jpg');
    background-size: 2000px;
    background-position-x: center; /* Add this line */
    height: 6790px;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-color: black;
}
.content {
    width: 1000px;
    color: #fff;
    height: 100px;
}

.badge {
    border-radius: 50%;
    background-color: #c85000;
    width: 205px;
    height: 205px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.badge__number {
    font-size: 100px;
    font-weight: bolder;
}

.badge__text {
    font-size: 35px;
    margin: 3px 0 15px 0;
}

.header {
    height: 900px;
}

.upgrade, .video-card, .motherboard, .headphone, game-block, .result, .presents {
    text-transform: uppercase;
    width: 1000px;
}

.upgrade {
    text-align: center;
    height: 470px;
}

.upgrade__title {
    color: #ea8454;
    text-shadow: 0 0 35px #ff0000, 0px 0px 4px rgba(227,227,227,0.23);
    font-size: 69px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 50px;
}

.upgrade__subtitle {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 87px;
}

.updage__subtitle--color {
    color: #f56200;
}

.upgrade__button, .presents__button {
    color: #f56200;
    font-weight: bold;
    text-decoration: none;
    font-size: 50px;
    border: 3px dotted;
    padding: 10px 35px 16px;
}

.upgrade__button:hover, .presents__button:hover {
    text-shadow: 0 0 35px #ff0000, 0px 0px 4px rgba(227,227,227,0.23);
}

.video-card {
    height: 747px;
}

.video-card__head {
    display: flex;
    margin: 0 0 0 200px;
}

.video-card__footer {
    margin-top: 330px;
}

.video-card__description {
    padding-left: 35px;
}
.video-card__description__title, .motherboard__description__title, .headphone__description__title {
    color: #f56200;
    font-size: 42px;
    padding-bottom: 11px;
}
.video-card__description__subtitle, .motherboard__description__subtitle, .headphone__description__subtitle {
    font-size: 22px;
    line-height: 24px;
}

.motherboard {
    padding-top: 335px;
    height: 820px;
}

.motherboard__description, .headphone__description {
    padding-top: 30px;
    width: 500px;
}

.motherboard__description p {
    padding-bottom: 35px;
}

.headphone {
    display: flex;
    padding-top: 30px;
    height: 575px;
}

.game-block {
    padding-top: 107px;
    height: 1265px;
}

.game-bloc__poem {
    color: #f56200;
    text-align: center;
    font-size: 26px;
    margin-bottom: 175px;
    text-transform: uppercase;
}

.game-bloc__poem--title {
    line-height: 28px;
}

.game-bloc__poem--subtitle {
    font-size: 16px;
    line-height: 23px;
}

.clear {
    clear: both;
}

.result {
    display: flex;
    justify-content: center;
    height: 730px;
    align-items: center;
}

.result__title {
    width: 250px;
}

.result__title--first {
    color: #da130c;
    font-size: 70px;
    font-weight: bolder;
}

.result__title--second {
    font-size: 62px;
}

.result__title--third {
    font-size: 47px;
}

.result__table-list {
    border: 5px solid #da130c;
    padding: 30px 15px;
    width: 500px;
}

.result__table-list table {
    color: #FFF;
    font-weight: 200;
    font-size: 18px;
    border-collapse: collapse;
    width: 100%;
    border-spacing: 10px;
}

.result__table-list table tr:nth-child(odd) {
    background: #403c3c;
}

.result__table-list table td {
    padding: 10px;
}

.presents {
    padding-top: 35px;
    text-align: center;
    height: 850px;
}

.presents__title, .presents__subtitle {
    font-size: 34px;
}

.presents__title-small, .presents__subtitle-small {
    font-size: 26px;
}

.presents__subtitle {
    color: #f56200;
    margin-bottom: 49px;
}

.presents__subtitle-small {
    color: #f56200;
}

.copyright {
    text-align: center;
    padding-top: 80px;
    width: 1000px;
}