html,
body {
  height:100%;
}

body {
  margin: 0;
  font-size: 16px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 300;
  line-height: 1.625;
  color: #fff;
  background-color: #1e1a35;
}

h1 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

h2 {
  font-weight: 300;
}

img {
  width: 296px;
  height: auto;
}

abbr:last-of-type {
  padding-left: .5em;
}

.bottom {
  display: none;
}

@media screen and (min-height: 300px) {
  .bottom {
    position: absolute;
    display: block;
    bottom: 1em;
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-height: 600px) {
  h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
