body {
    background-color: #f8f9fa;
}

.dice {
    width: 80px;
    height: 80px;
    background-color: white;
    border: 2px solid #007bff;
    border-radius: 10px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-weight: bold;
    color: #007bff;
}