* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgb(63, 18, 0);
    text-align: center;
    background-color: burlywood;
    color: rgb(76, 116, 37);
}

body{
    background-image: url(../img/hatter3.jpg);
    background-position: center;
    width: 100%;
    min-height: 100vh;
    background-size:cover;
    background-attachment: fixed; 
    align-items: center;
}


h1 {
    font-size: 50px;
    text-shadow: rgb(94, 53, 26);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    padding: 10px;
}

h3 {
    font-size: 20px;
    border-radius: 20px;
    margin: 10px;
    margin-left: 10%;
    margin-right: 10%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    padding: 10px;
}
h4 {
    font-size: 20px;
    border-radius: 20px;
    margin: 10px;
    margin-left: 30%;
    margin-right: 30%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    padding: 10px;

}

#gameArea {
    border: dashed rgb(49, 28, 11) 3px;
    display: inline-block;
    padding: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);

}
button, #win, #loose{
    padding: 10px;
    border: 10px;
    border-radius: 20px;
    margin: 10px;
    font-size: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);

}
button:hover{
    box-shadow: 0 0 20px rgba(11, 49, 17, 0.6);

}


#win, #loose{
    font-size: 20px;
    display: inline-block;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);

}

.row{
    font-size: 0px;
}

.col{
    display: inline-block;
    width: 50px;
    height: 50px;
    border: solid rgb(49, 28, 11) 2px;
    background-color: rgb(63, 18, 0);
    background-image: url(../img/tree.png) ;
    background-attachment:inherit;
    background-repeat:no-repeat;
    background-size: 50px;
}


.col.vakond{
    background-color: rgb(63, 18, 0);
    background-image: url(../img/vakond.png);/*!important ;kell tesztelésnél*/
    background-attachment:inherit;
    background-repeat:no-repeat;
    background-size: 50px;
}


.col.closed{
    background-image: url(../img/grass.jpg) ;
    background-attachment:inherit;
    background-repeat:repeat;
    background-size: 50px;

}

.col:hover{
    background-color: rgb(63, 18, 0);
    background-image: url(../img/dig.png) ;
    background-attachment:inherit;
    background-repeat:no-repeat;
    background-size: 33px;
    background-position: center;
}

/*ez azért kell h a vakondot ne takarja ki a fa*/
.col.vakond:hover:not(.closed){
    background-image: url(../img/vakond.png) ;
}

#music{
    height: 10px;
}