html, body{
    height: 100%;
}

body{
    padding: 3rem;
    background: #ffffff;
}

div.logo{
    width: 100%;
    height: 50%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 100px;
    background-image: url("logo.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

div.text{
    color: #006699;
    font-size: x-large;
}

div.text .info{
    margin-top: 1.5rem;
}

b.b2{
    color: #f19966;
}

div.text .mail{
    font-weight: bold;
}

.under-construction{
    background-image: url("../images/under_construction.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}