body {
    font-family: sans-serif;
    text-align: center;
    margin-top: 50px;
    background: #f0f0f0;
}

h1 {
    color: #333;
}

#message {
    font-size: 1.2rem;
    color: #0077cc;
}
