height: 90px;
border-radius: 10px;
background-color: #EFE5DC;
cursor: pointer;
display: grid;
grid-template-columns: repeat( auto-fill, minmax(30px, 2fr) );
grid-gap: 8px;
place-content:center;
padding: 5px;
}
.dot {
width: 20px;
height: 20px;
max-width: 20px;
max-height: 20px;
border-radius: 15px;
background-color: black;
place-content: center;
margin: 0 auto;
}
p{
text-align: center;
font-size: 2em;
font-weight: bold;
font-family: 'Lato', sans-serif;
margin: 10px;
}
body {
background-color: #AEB8FE;
height: 100vh;
display: grid;
place-content:center;
}
.dice {
width: 90px;