body, html {
  background: #3D3935;
  height: 100%;
  overflow: hidden;
}

h1 {
  z-index: 10;
  height: auto;
  display: table;
  width: 80%;
  text-align: center;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 300px;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 3em;
}

h2 {
  position: fixed;
  text-align: right;
  top: 10px;
  right: 20px;
  color: white;
  font-size: 20px;
  font-family: Roboto;
  font-weight: normal;
  z-index: 999;
}
h2 span {
  font-size: 15px;
  font-weight: lighter;
}
h2 a {
  text-decoration: none;
  color: #FFA300;
  font-size: 15px;
}

img {
  z-index: 1;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: -70px;
  left: 0;
  bottom: 0;
  right: 0;
}
