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

.hidden {
    display: none;
}

#message {
    font-size: 24px;
    font-weight: bold;
    color: green;
}
