body, html {
    height: 100%;
    padding: 0px;
    margin: 0px;
}

.bg {
background-image        : url("../img/pexels-thisisengineering-3861943.jpg");
height                  : 100%;
background-position     : center;
background-repeat       : no-repeat;
background-size         : cover;
}