*{
    margin: 0;
    padding: 0;
}
table{
    border-collapse: collapse;
    margin: 20px auto;
    border: 3px groove black;
    background-color: rgb(255, 204, 204);
}
tr td{
    border: 3px groove black;
    width: 50px;
    height: 50px;
}

.dots{
    border-radius: 50%;
    margin: 15px auto;
    display: flex;
    align-items:center;
    justify-content: space-around;
   
}
.dots1{
    display: flex;
    flex-direction: column;
    gap: 8em;
    align-items:flex-start;
    margin-right: 0px;
    position: relative;
    right: 1em;
}
.dots2{
    display: flex;
    flex-direction: column;
    gap: 8em;
    align-items:flex-start;
    margin-right: 0px;
    position: relative;
    left: 1em;
}
.dot{
    width: 50px;
    height: 50px;
    background-color: rgb(255, 247, 247);
    border-radius: 50%;
    border: 1px solid black;
    padding: 5px

}

.home{
    border: 3px groove black;

    background-image: url(./home.png);
     background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    
 
    padding: 0;
}
.dice{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;

}

#dice
{
    margin: 0;
    padding: 0;
    height: 150px;
    width: 150px;
  
}#dice:hover
{
    cursor: pointer;
   transform:rotate(360deg);
   
    transition: all 0.3s ease-in-out;
}
#dice:active
{
    transform:scale(0.9);
    transition: all 0.1s ease-in-out;
}
.path:hover
{
    cursor: pointer;
    /* background-color: rgb(255, 179, 179); */
    transition: all 0.3s ease-in-out;
    
    
}