
* {
  font-family: 'Roboto', sans-serif;
  color: white;
}

html {
width: 100%;
}

body {
  background-color: #000000;
  width: 100%;
  height: 2000px;
}

html, body {
  padding: 0;
  margin: 0;
}

img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.cliff img {
 z-index: 10;
}

.mountains img {
 z-index: 8;
}

.moon img {
 z-index: 7;
}

.stars img {
 z-index: 5;
}

.title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -136%);
  font-size: 2em;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  text-align: center;
  z-index: 20;
  text-transform: uppercase;
  font-weight: bold;
  border: 2px #ffffff solid;
}
.title h1 {
  margin-top: 20px;
  margin-bottom: 7px;
  margin-left: 17px;
  margin-right: 17px;
}

.content {
  position: absolute;
  z-index: 11;
  background-color: #000;
  padding-left: 150px;
  padding-right: 130px;
  padding-bottom: 500px;
  top: 700px;
  width: -moz-available;
  padding-top: 80px;
  text-align: center;
} 