#main{
    background-image: url(../../assets/images/game_bg_blue.png);
}
.game-page_wrapper{
    border: 10px solid #007bc7;
    background-color: #edf8ff;
    border-top: none;
    border-bottom: none;
}
@media (max-width: 750px){
    .game-page_wrapper{
        width: 100%;
        border: none;
    }
}
#game_top h4{
    font-size: 24px!important;
    text-align: center;
    font-weight: bold;
    color: #007bc7;
    margin-bottom: 0px;
}
#game_top h4.movie-game{
    margin-bottom: 15px!important;
}
@media (max-width: 750px){
    #game_top h4{
        font-size: 20px!important;
    }
}


#game_top p{
    text-align: left;
}
#game_02 p{
    text-align: left;
    font-size: 17px;
}
#game_02 img{
    width: 100%!important;
}
#game_04 div{
    font-weight: bold;
    font-size: 24px;
}
#game_04 div span{
    font-weight: bold;
    font-size: 36px;
    color: #20a8d8;
}
#game_03 h4{
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
}
#game_03 p{
    font-size: 24px;
    margin-top: 10px;
}
#game_05 div button{
    background-color: #20a8d8 !important;
}
#game_05 div p a{
    color: #20a8d8;
}
#game_05 h3.game-last-title{
    margin-top: 80px;
}
@media (max-width: 750px){
    #game_04 div{
        font-size: 20px;
    }
    #game_04 div span{
        font-size: 28px;
    }
    #game_05 div button{
        margin-bottom: 0;
    }
}