html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility
}

html, body {
  width: 100%;
  height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

s {
  text-decoration: line-through;
}

#content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#text {
  color: #ddd;
  width: 90%;
  word-break: break-word;
  font: 80px/80px adelle, Georgia, serif;
  max-width: 860px;
  margin-top: auto;
  margin-bottom: auto;
}

#text a {
  text-decoration: none;
  color: #cbcbcb;
  transition: color 0.3s;
}

#text a:hover {
  color: #c2c2c2;
}

#text .highlight {
  color: #cbcbcb;
}