body{
    background-image: url("../img/fons.jpg");
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    cursor: url('../img/cursor.png') 0 0, auto;
}

#titol{
    width: 50x;
    margin-top: -45px;
    margin-left: 150px;
}

.codi{
    margin-left: 700px;
    margin-top: -30px;
    margin-bottom: 10px;
}

.grid{
    width: 620px;
    height: 620px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 50px;
    margin-top: -20px;
}

.square{
    height: 200px;
    width: 200px;
    border: solid rgb(160, 60, 140) 2px;
}

.mole{
    background-image: url('../img/medusa.png');
    background-size: cover;
}

.bomba{
    background-image: url('../img/bomba.png');
    background-size: cover;
}

.puntuacio{
    background-image: url('../img/fons2.jpeg');
    border: solid #666 2px;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
    margin-left: 700px;
    margin-top: -600px;
}

.temps{
    background-image: url('../img/fons2.jpeg');
    border: solid #666 2px;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 900px;
    margin-top: -163px;
}

#score{
    font-size: 25px;
    color: #000000;
}

#time-left{
    font-size: 25px;
    color: #000000;
}

audio{
    width: 190px;
    margin-top: 385px;
    margin-left: 1100px;
    border-radius: 15px;
    background-color: #ffffff;
}

.home img{
    width: 50px;
    height: 50px;
    position: absolute; 
    right: 30px;
    top: 30px;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
    }