


#game_main_container 
{


    /*max-width: 100%;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url("pro_wrestling_ring.jpg");
    background-repeat: no-repeat;
    background-position: center;
    justify-content: space-around;
        /*background-size: 65%;*/
    
    /*width:100%;*/
}


#game_main_container a {
    text-decoration: none;
    color: black;
    
}



@media (min-width: 450px)
{
    #game_main_container 
    {
        background-size: 250px;
        height: 500px;
        font-size: 9px;
    }    
}



@media (min-width: 550px)
{
    #game_main_container 
    {
       background-size: 325px;
        font-size: 12px;
        height: 675px;

    }    
}


@media (min-width: 650px)
{
    #game_main_container 
    {
 
        background-size: 400px;
        font-size: 15px;
        height: 750px;

    }    
}

@media (min-width: 750px)
{
    #game_main_container 
    {
        color: black;
        background-size: 475px;
        font-size: 18px;
        height: 800px;
    }    
}



@media (min-width: 850px)
{
    #game_main_container 
    {
 
        background-size: 550px;
        font-size: 21px;
        height: 825px;
    }    
}



@media (min-width: 950px)
{
    #game_main_container 
    {
 
        background-size: 625px;
        font-size: 24px;
    }    
}


@media (min-width: 1050px)
{
    #game_main_container 
    {
 
        background-size: 700px;
        font-size: 27px;
        height: 850px;
    }    
}

@media (min-width: 1150px)
{
    #game_main_container 
    {
 
        background-size: 775px;
        font-size: 30px;
        height: 875px;
    }    
}


#game_main_container div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*background-color: rgb(179, 179, 202);*/
    width: 400px;
    height: 100px;

}


footer {
    display: flex;
    align-items: center;
    background-color: rgb(66, 60, 60);
    color: white;
    width: 100%;
    height: 80px;
}


