* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    background-image: url(maintenance_bg.jpg);
    background-repeat: repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    min-height: 100vh;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.container {
    margin: 0 auto;
    max-width: 900px;
    padding: 15px;
}
.container img {
    width: auto;
    max-width: 300px;
    padding-bottom: 0;
}
.title,
.wewillcomebacksoon,
.thankyou,
.contact {
    color: #5410f1;
}
.title {
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.wewillcomebacksoon {
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 0;
}
.description, .moreinfo, .signature {
    color: #d64000;
}
.description, .moreinfo {
    font-size: 20px!important;
}
.thankyou {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
}
.signature {
    font-style: italic;
    font-size: 20px;
}
.signature img {
    max-width: 75px;
}
.contact {
    font-size: 16px;
}