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

#status {
    font-size: 1.2rem;
    margin: 20px;
}

#opponentStatus {
    font-size: 1rem;
    color: green;
}

button:disabled {
    background-color: grey;
}
