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

body {
    background-image: url('mom.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}