html, body{
    height: 100%;
}

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

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

div.text{
    font-size: x-large;
}
div.text.info{
    margin-top: 2.5rem;
}

div.text.info b{
    color: red;
}

div.text.mail b{
    color: #6D28D9;
}

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