body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}
/* Set the background image to cover the whole screen */
body {
    background-image: url('stark.jpg');
    background-size: cover;
    background-position: center;
}