.board-position{
    width: 45px;
    height: 45px;
    background-color: rgb(54, 199, 235);
    margin: 5px;
    color: white;
}

#diceboard{
    display:grid;
    grid-template-columns: repeat(5, 50px);
}