#info{
    color: #000000;
    width: 800px;
    margin: auto;
    border : solid 2px;
    border-radius: 10px;
    background: #52c7eb;
    padding: 40px;
} #boto_tancar{
    position: relative;
    top: -10px;
    left: 90%;
} .tauler{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 400px;
    margin: auto;
    padding: 20px;
} .tauler>button{
    width: 100px;
    height: 150px;
    border-width: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../icon/revers.jfif");
} .marcadors{
    width: 800px;
    margin: auto;
    border: solid 2px;
    border-radius: 10px;
    background: #52c7eb;
    padding: 40px;
} .marcadors>div{
    width: 250px;
    height: 30px;
    display: inline-block;
    margin: auto;
} #final{
    width: 300px;
    height: 168px;
    position: absolute;
    top: 180px;
    left: 40%;
    background-image: url("../icon/game_over.jpg");
    display: none;
} #titol{
    text-align: center; 
font-family: Arial Black; 
font-weight: bold; font-size: 30px; 
background: #202020; 
-webkit-background-clip: text; 
-moz-background-clip: text; 
background-clip: text; 
color: transparent; 
text-shadow: 0px 3px 3px rgba(153, 153, 153, 0.603),0px -1px 1px rgb(255, 255, 255);

} body{
    background-image: url("../icon/fonsunivers.webp");
} #canvi{
    position: relative;
    top: 10px;
    left: 45%;
    column-gap: 5px;
    display: flex;
}.home{
    float: right;
  }