.main,
body {
    background: #2C3E50;
}

.header {
    background-color: #0099FF;
    box-shadow: 0 1px 4px transparent;
}

.sprite {
    background-image: url(../images/nav.png);
    background-repeat: no-repeat;
    display: block;
}

.sortone {
    display: flex;
}

.sortone .sortbtn {
    flex: 1;
    height: 40px;
    border-radius: .1rem;
    font-size: 16px;
    font-weight: bold;
    background-color:#FF00FF;
    border: 1px;
    margin-right: 4px;
    margin-top: 10px;
    text-align: center;
}


.sortbox {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: black;
}

.sorttwo {
    display: flex;
}

.sorttwo .sortbtn {
    flex: 1;
    height: 40px;
    width: 80px;
    border-radius: .1rem;
    font-size: 16px;
    font-weight: bold;
    background-color: #FF00FF;
    border: 0;
    margin-right: 50px;
    margin-left: 50px;
    margin-top: 10px;
    text-align: center;
}

.content .c-3 .info .container .play-now .play {
    animation: x_jitter .3s infinite;
    line-height: .78rem;

}

@media (max-width: 909) {
    .content .c-3 .info .container .game-name {
        font-size: .4rem;
        font-weight: 700;
        line-height: .55rem;
        margin-top: .1rem;
        margin-bottom: .4rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
        width: calc(3.8rem - 10px);
    }
}

@media (min-width: 909px) {
    .content .c-3 .info .container .play-now .content-text {
        color: #222;
        font-size: 30px;
        font-weight: 700;
        padding: 12px;
    }

    .sorttwo .sortbtn {
        flex: 1;
        /* height: 40px;
        width: 80px; */
        border-radius: .1rem;
        font-size: 16px;
        font-weight: bold;
        background-color: #FF00FF;
        border: 0;
        margin: 0 60px;
        margin-top: 20px;
        text-align: center;
    }

}