@import url(https://fonts.googleapis.com/css?family=Oswald);

html, body {
  min-height: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.background-image {
  width: 110%;
  height: 110%;
  left: 0;
  top: 0;
  position: absolute;
  background: url('http://www.alienmillingservers.com/web/world_bg.jpg') no-repeat left center / cover;
}

/* Not needed styles */

h1 {
  margin: 0;
  padding: 0;
  pointer-events: none;
  white-space: nowrap;
  font-family: 'Lobster Two', cursive;
  font-style: italic;
  z-index: 9;
  font-size: 100px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%,-50%,0);
          transform: translate3d(-50%,-50%,0);
}