body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: linear-gradient(135deg, ##667eea 0%, ##764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    color: white;
}
.container {
    text-align: center;
    padding: 2rem;
}
h1 {
    font-size: 3rem;
    margin: 0 0 1rem 0;
    font-weight: 300;
}
p {
    font-size: 1.2rem;
    opacity: 0.9;
}
.icon {
    font-size: 5rem;
    margin-bottom: 1rem;
}

.status-container {
        text-align: center;
        padding: 20px;
    }

.status-icon {
    font-size: 6em; /* Large icon */
    color: #FFC107; /* Standard "Caution/In Progress" color (Amber/Yellow) */
    margin-bottom: 0.2em;
}
.status-subtext {
    font-size: 3.6em;
    color: #555;
}    