body {
    background-color: #D32F2F; /* The "Sidra" Maintenance Red */
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    color: white;
    font-family: sans-serif;
    text-align: center;
}

.container {
    padding: 20px;
    max-width: 450px;
}

.icon svg {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    opacity: 0.9;
}

h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

p {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.85;
}

a {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

.footer {
    margin-top: 30px;
    font-size: 12px;
}