*{
    border: border-box;
    margin: 0%;
    font-family: sans-serif;
    background-color: #07393c;
}

.heading{
    height: 80px;
    background-color: #0a090c;
    color: #f0edee;
    font-size: larger;
    display: flex;
    justify-content: center;
    align-items: center;
}

#title{
    background-color:#0a090c ;
}

table{
    border: 2px;
    border: solid;
    border-color: #0a090c;
    margin-bottom: 80px;
    padding: 0%;
}

tr{
    border: solid;
    border-color: #0a090c;
}

th{
    border: 2px;
    height: 40px;
    width: 300px;
    border: solid;
    color: #f0edee;
    border-color: #0a090c;
    padding: 0%;
}

.gameArea{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 615.20px;
}



.buttons{
    height: 150px;
    width: 150px;
    border: solid;
    border-radius: 100%;
    border-color: #0a090c;
    background-color: #2c666e;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0px 0px 0px #0a090c;

}




.buttons :hover {
    opacity: 0.5;
   
    cursor: pointer;
}

.buttons i{
    height: 100px;
    background-color: #2c666e;
    font-size: 85px;
} 

.result{
    height: 50px;
    width : auto ;
    color: whitesmoke;
    border: solid;
    border-color: #0a090c;
    font-size: 40px;
    margin-top: 60px;
    
}
#reset{
    background-color:red;
    color: whitesmoke;
    height: 35px;
    margin-top: 20px;
    font-size: 30px;
}

footer{
    height: 40px;
    background-color :#0a090c;
    display: flex;
    justify-content: center;
    align-items: center;
}

#shareMSG{
    background-color: #0a090c;
    color: #f0edee;
}

#shareMSG i{
    background-color: #0a090c;
}

.hide{
    display: none;
}