*{
    margin: 1px;
    padding: 2px;
}
.head {
    background-color: rgb(255, 63, 63);
    padding: 11px;
    width: 98%;
    color: white;
    
}

body{
    background-color: rgb(35, 184, 82);
}

.container{
    
  justify-content: center;
  align-items: center;
  text-align: center;
}

h2{
    margin-inline: 33px;
    cursor: pointer;
}

.result{
    display: flex;
     justify-content: center;
}

.game{
    
    text-align: center;
}
span{
    display: flex;
    justify-content: center;
     


}
 img{
 width: 60px;
 cursor: pointer;
 margin-top: 25px;
    
}

.click-to-play{
    font-size: 25px;
    margin-right: 200px;
    margin-top: 50px;
    margin-bottom: 40px;
    font-weight: 700;

}
.RE{
    color: red;
}

