body {
    background: #242524;
}

.maintenance {
    text-align: center;
}

.maintenance img {
    max-width: 250px;
    width: 40vw;
    padding: 0.5em 0.5em 0.75em;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-top: 60px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
}

h1 {
    line-height: 25px;
    font-size: 1.5em;
    color: #da251d;
}

p {
    color: #fff;
}

p > a {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #da251d;
}

p > a:hover {
    color: #da251d;
}

p, h1 {
    font-family: 'Open Sans', sans-serif;
}