body {
    background-color: black;
    color: white;
}

h1 {
    font-size: 60px;
    text-align: center;
    align-items: center;
}

.players {
    display: flex;
    font-size: 30px;
    text-align: center;
}

.controls {
    display: flex;
    justify-content: center;
    margin: 20px 0 10px;
}

#rollButton {
    border: none;
    border-radius: 999px;
    padding: 14px 28px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    background: #ffffff;
    color: #111111;
}

#rollButton:hover {
    background: #e6e6e6;
}

.player1,
.player2 {
    margin: auto;
}

img {
    height: 150px;
    margin: 20px;
    border-radius: 40px;
}
