

body {
    font: normal 16px/22px Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px;
    max-width: 900px;
    margin-top: 50px;
    background-color: #7f35b2;
}

#wtw-logo, #wtw-logo svg {
    width: 200px;
    text-align: center;
    margin: 0 auto;
    display: inherit;
    fill: #fff;
}

/* Ensure the path within the WTW logo SVG inherits the white fill. Without this rule,
   the inline style removal in the SVG may leave the logo unstyled. */
#logo .cls-1 {
    fill: #fff;
}

.header {
    padding: 40px 20px 30px 0px;
    margin-bottom: 30px;
    text-align: center;
}

.maintenance-message {
    padding: 20px;
    text-align: center;
}

    .maintenance-message h1 {
        font-size: 36px;
        line-height: 52px;
        color: #fff;
    }

    .maintenance-message p {
        font-size: 18px;
        line-height: 26px;
        color: #fff;
    }
