html,body {
  height: 100%;
}

body {
  background-color: #000000;
}

h1 {
  text-align: center;
}

.background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
