html, body{
    margin: -20px 0 0 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: 'Noto', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    background: url(../images/maintenance_bg.png) no-repeat center;
    background-size: cover;
}
div, p{
    margin: 0;
    padding: 0;
    display: block;
}
a{
    color: #3ea4f4;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

.mainContainer{
    margin: auto;
    position: relative;
    height: 100%;
}

.synerLogo{
    text-align: center;
    width: 100%;
    background-color: white;
    height: 80px;
    position: fixed;
    bottom: 0;
}

.synerLogo img{
    padding: 15px;
}

.contentText{
    text-align: center;
    margin: 130px 0 0 400px;
}

.title{
    color: #405b91;
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 20px;
}

.subtitle{
    color: #405b91;
    font-size: 40px;
    font-weight: 100;
    margin-bottom: 20px;
}

.contact{
    color: #405b91;
    font-size: 22px;
}




