.main-screen{
    width: 100%;
    height: 500px;
}
.main-screen h1{
    margin-left: 40%;
}
.main-screen button{
    margin-left: 0%;
}
.main-screen a{
    margin-left: 40%;
    background-color:bisque;
    color:blue;
}
.status_str{
    margin-left: 3%;
    color: red;
}
.game-screen{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.game1{
    width: 45%;
    height: 150px;
    margin-left: 20px;
    margin-bottom: 30px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0%;
    background-color:aquamarine;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.game1 button{
    margin-top: 5px;
    margin-left: 0%;
    /* background-color: blue; */
}
.game1-but{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
.all_game{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.my_game{
    width: 45%;
    border-width: 1px;
    border-style: solid;  
    background-color:aliceblue;
}
.other_game{
    width: 46%;
}
.player_game{
    width: 98%;
    border-width: 1px;
    border-style: solid; 
    background-color:aliceblue;
}
.set_but button{
    width: 150px;
    height: 40px;
    margin-top: 0px;
    margin-left: 60px;
}
.but_room{
    width: 100%;
}
.but_room form{
    display: flex;
    flex-wrap: no-wrap;
    justify-content:space-around;
}
.but_room button{
    width: 180px;
    height: 40px;
}
.g_rules{
    margin-left: 10%;
    width: 80%;
    border-width: 1px;
    border-style: solid; 
    background-color: aliceblue;
}