body {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw;
  
  background-image: url('cityscape.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}