body {
  margin: 0;
}

#background {
  background-image: url('duende.jpg');
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  /* extra bits */
  /* position: fixed;
  top: 0;
  background-repeat: no-repeat; */
}
