body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 50px;
}

button {
    padding: 10px 20px;
    font-size: 16px;
    margin: 5px;
    cursor: pointer;
}

#results {
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.2em;
}

#score {
    margin-top: 10px;
    color: #555;
}

#winner {
    margin-top: 20px;
    font-size: 2em;
    color: red;
}