body {
    font-family: Arial, sans-serif;
    margin: 40px;
    background-color: #f5f5f5;
}

h1 {
    text-align: center;
    margin-bottom: 30px;
}

#hand {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

#hand span {
    display: inline-block;
    padding: 12px 18px;
    background-color: white;
    border: 2px solid #333;
    border-radius: 6px;
    min-width: 120px;
    text-align: center;
    font-weight: bold;
}

button {
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
}

p {
    text-align: center;
    font-size: 18px;
}
