body,
html{
    padding: 0;
    margin: 0;
}
.page{
    display: block;
    width: 100vw;
    height: 100vh;
    background: #20140A url("../images/under-construction.jpg") no-repeat center center / contain;
}