html, body {
height: 100%;
margin: 0;
}

body {
background-image: url('3787.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}