body {
  background-color: #212225;
  height: 100%;
  margin: 0;
}

html {
  height: 100%;
}

body > .content > t.info {
  font-family: 'Open Sans', sans-serif;
  display: block;
  text-align: center;
}

body > .content > t.info.title {
  font-weight: 300;
  font-size: 72px;
  font-size: 4.25vw;
}

body > .content > t.info.description {
  font-weight: 600;
  /* fallback */
  font-size: 25.5px;
  font-size: 1.5vw;
}

body > .content {
  display: inline;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%)
}
