*{
    padding: 0px;
    margin: 0px;
}
.under-construction-banner{
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: contain;
    background-image: url(../images/under-construction.jpg);
    background-repeat: no-repeat;
}