#titol{
    font-family: 'Arial', sans-serif; 
    font-size: 2.5rem;
    color: #2c3e50;
    text-align: center;
    letter-spacing: 2px;
    margin: 20px 0;
    padding-left: 85px;
   
}

#info{
    color: black;
    width: 800px;
    margin: auto;
    border-radius: 10px;
    background-color: #BADA55;
    padding: 40px;
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border: 2px solid black;
   

}
#boto_obrir {
    position: center;
    top: -20px;
    margin: auto;
    padding-left: 80px;
    cursor: pointer;

}
#boto_tancar {
    position: relative;
    top: -20px;
    left: 90%;
    cursor: pointer;
}
.tauler{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr ;
    width: 1000px;
    margin: auto;
    padding: 20px;
  
}
.tauler>button{
   
    width: 150px;
    height: 200px;
    margin: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../icon/revers.jpg");
}
.marcadors{
    width: 800px;
    margin: auto;
    border: solid 2px;
    border-radius: 10px;
    background-color: #BADA55;
    padding: 40px;
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
}
.marcadors>div{
width: 250px;
height: 30px;
display: inline-block;
margin: auto;
}
#final1 {
    width: 300px;
    height: 168px;
    position: absolute;
    top: 180px;
    left: 40%;
    background-image: url("../icon/game_over.jpg");
    display: none;
}
#final2 {
    width: 310px;
    height: 250px;
    position: absolute;
    top: 180px;
    left: 40%;
    background-image: url("../icon/Captura.JPG");
    display: none;
}

.home {
    float: right;
    cursor: pointer;
}

body {
    background-color: #737c85;
}

#modesjoc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 18px;
    position: center;
}

