body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

html {
    background:url("home-hero-6.jpg");
    background-size:cover;
}

body { padding:20px; }

.maintenance-message {
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.uptime-logo {
    margin:30px 0;
}

.maintenance-message h1 {
    color: #333;
    font-size: 24px;
}

.maintenance-message p {
    color: #666;
}

.maintenance-message a {
    color: #007bff;
    text-decoration: none;
}

.maintenance-message a:hover {
    text-decoration: underline;
}

.letters { fill:#012169!important; }
.arrow { fill:#e4002b!important; }
