body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f0f0f0;
}

h1 {
    color: #333;
}

#status {
    margin-top: 20px;
    font-size: 1.2em;
    color: #555;
}
