body {
    text-align: center;
}
.under_construction {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 5%;
    width: 50%;
}
.under_construction .img {
    float: left;
    width: 60%;
}
.under_construction .text {
    float: left;
    text-align: left;
    margin-left: 5%;
    font-family: 'avenir_lt_std35_light';
    letter-spacing: 2px;
    margin-top: 5%;
}