html, body{
    height: 100%;
}

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

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

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

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

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

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

/**** SM media break */
@media (min-width: 576px) {

    div.text.info{
        margin-top: -2.5rem;
        margin-right: 11rem;
    }

    div.text.mail b{
        display: inline;
    }


}