.main_box {
    margin-top: 180px;
}

.game_name_box {
    color: #d20707;
    border-bottom: 2px dotted #d20707;
    padding-bottom: 10px;
    font-size: 40px;
    margin-bottom: 50px;
}

.game_text_box {
    width: 800px;
    align-items: center;
    background-color: rgba(210, 7, 7, .3);
    padding: 50px 0;
}

.game_text_box .game_center_text {
    width: 800px;
    text-indent: 2em;
    line-height: 30px;
}

.game_del_box img {
    width: 800px;
}