body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f0f2f5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}
.container {
    background-color: #ffffff;
    padding: 2rem 3rem;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 400px;
    width: 90%;
}
h1 {
    color: #1a1a1a;
    font-size: 24px;
    margin-bottom: 1.5rem;
}
p {
    color: #4a4a4a;
    font-size: 18px;
    margin: 0.8rem 0;
}
.status-up {
    color: #28a745;
    font-weight: bold;
    text-shadow: 0 0 1px rgba(40, 167, 69, 0.2);
}
.time {
    font-weight: 500;
    color: #007bff;
}
