
.game{
   width: 700px;
   text-align: center;
   color: white;
   margin: auto;
   font-weight: bold;
}
.baner{
    background-color: cadetblue;
    font-size: 90px;
    
    margin: 10px 0;
    margin-top: 150px;
    padding: 10px 0;
}

span{
    color: #fa0;
}

.calles{
    width: 202px;
    height: 220px;
    float: left;
    margin: 10px;
    margin-right: 20px;
    border-radius: 5px;
    background-color: cadetblue;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 150px;
    transition: 0.3s;
}
.calles:hover{
    background-color: black;
    cursor: pointer;
}
