body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

.background-image {
    background-image: url('under-construction-noblex.png');
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
