body {
  background: #101010 url('../../assets/images/stars.jpg') no-repeat top center fixed;
  background-size: cover;
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 50px;
  color: #ccff00;
  left: 0;
  line-height: 200px;
  margin: auto;
  margin-top: -100px;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
}
