/* maintenance.css */

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    /* This matches your corporate branding color */
    background-color: #183C49; 
}

.image-original-size {
    display: block;
    max-width: 100%;
    height: auto;
}