html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Victor Mono', monospace;
  font-size: 26pt;
  line-height: 1.2em;
}
.content__wrapper {
  margin: 0 auto;
  text-align: left;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.permalink {
  font-size: .5em;
  color: #ddd;
  line-height: 1em;
}
.permalink a {
  text-decoration: none;
  color: inherit;
}
.permalink a:hover {
  text-decoration: underline;
}
