body {
    font-family: Arial, sans-serif;
    text-align: center;
}

.hidden {
    display: none;
}

button {
    margin-top: 10px;
}

button:disabled {
    background-color: grey;
}
