html {
  height: 100%;
}

body {
  background-color: #18191B;
  color: #FFFFFF;
  font-family: sans-serif;
  font-weight: 300;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

div#content {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  letter-spacing: 0.15em;
  padding: 0.5em;
  text-transform: uppercase;
}
