body {
  background: black;
  color: white;
  font-family: sans-serif;
}

img {
  margin: 10px;
  image-rendering: -webkit-crisp-edges;
}

hr {
  visibility: hidden
}

a {
  color: #bbb;
  text-decoration: none;
}

a:hover {
  color: #eee;
}

.main {
  color: #bbb;
  text-align: center;
}

.main h1 {
  font-size: 12px;
  margin-top: 1em;
  font-weight: normal;
  color: #bbb;
  text-transform: uppercase;
}

.game-info {
  display: inline-block;
  vertical-align: top;
  height: 80px;
  margin-left: 5px;
}

.game-info h1 {
  font-family: serif;
  margin: 6px 0 1px;
}

.game-info p {
  margin: 0;
  color: #666;
}

.game-info .by {
  color: gray;
}

.game-info .sep {
  padding: 0 .3em;
  color: #444;
}

.game-info a {
  color: #666;
  text-decoration: none;
}

.game-info a:hover {
  color: #ddd;
}

.app-store-link {
  position: absolute;
  top: 10px;
  right: 10px;
}

.game-play {
  position: absolute;
  top: 95px;
  bottom: 20px;
  left: 0;
  right: 0;
}

embed, iframe {
  width: 100%;
  height: 100%;
  border: none;
}


.games {
  max-width: 900px;
  margin: 30px auto 30px;
}


.est {
  position: absolute;
  bottom: 25px;
  left: 95px;

  font-size: 20px;
  font-family: "Trebuchet MS", sans-serif;
  letter-spacing: 2px;

  color: white;
}


.hapland-ios-note {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 10px;
  background: black;
}

.close {
    position: absolute;
    top: 5px;
    left: 10px;
  }
