body {
  height: 100vh;
  margin: 0;
  padding: 0;
  background-image: url('house.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: 100% 100%;
}
