h2
{
    font-size: 35px
}
.table_game
{
    font-size: 25px;
    border: 1px solid #000;
/*    margin-bottom: 20px*/
    height: 50px;
}
.text_game
{
    width: 90%;
/*    margin: 2% 5%;*/
    margin-left: 5%;
    margin-top: 2%;
    margin-bottom: 2%;
    background: none;
    border: none;
    border-bottom: 2px solid #000;
    border-radius: 10px;
    font-size: 1.5em;
    
}
.rearrange
{
    background-color: #930303;
    width: 40%;
    margin: 5% 30%;
    border: none;
    color: #fff;
    height: 30px;
    font-size: 20px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 4px 16px 2px rgba(0,0,0,0.31); 
    box-shadow: 0px 4px 16px 2px rgba(0,0,0,0.31);
}
.rearrange:hover
{
    background-color: #c91414;
    width: 40%;
    margin: 5% 30%;
    border: none;
    color: #fff;
    height: 30px;
    font-size: 20px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 4px 16px 2px rgba(0,0,0,0.31); 
    box-shadow: 0px 4px 16px 2px rgba(0,0,0,0.31);
}