html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    background-color: #f8f9fa;
}

.status-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.status-heading {
    text-align: center;
    color: #333;
    font-weight: 300;
    font-size: 1.5rem;
}
