.slackey-regular {
    font-family: "Slackey", sans-serif;
    font-weight: 400;
    font-style: normal;
  }


.container{
    margin-top: 20px;
}

h3 {
    color: blue;
}

td {
    width: 80px; /* Set desired width */
    height: 80px; /* Set desired height - same as width for square */
    font-size: 20px;
    border-radius: 40px;
    padding: 0;
}

#reset-button{
    margin-left: auto;
    margin-right: auto;
}

.circle{
    background-color:rgb(218, 218, 218);
    display:block;
    height: 80px;
    width: 80px;
    border-radius:50%;
    border:2px solid #000;
    color:#fff;
    line-height:50px;
    text-align:center
} 

table{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 560px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 80px;
}



