body {
    margin: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    text-align: center;
    color: white;
    background: lightgray;
}

.status {
    font-size: 3rem;
    font-weight: bold;
}

.timestamp {
    margin-top: 10px;
    font-size: 1rem;
    opacity: 0.8;
}

.notice {
    margin-top: 10px;
    font-size: 1rem;
    font-weight: bold;
}