

.under-construction {
    position: absolute;
    top: 25%;
    width: 100%;
    height: 300px;
    text-align: center;
    margin: 0;
}
.under-construction h1 {
    font-weight: 100;
    font-size: 27pt;
    color: #E43;
}

.under-construction p {
    font-weight: 300;
}
