:root {
  --primary: #c2caca;
  --secondary: #002b36;
}

body {
  font-family: 'Courier', monospace;
  color: var(--primary);
  background: var(--secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

div {
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2.2rem;
}

div main {
  height: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  line-height: 1.6;
}

main span:last-child {
  display: block;
  text-align: right;
}

cite {
  font-style: normal;
}

main + a {
  position: fixed;
  bottom: 0;
  left: 0;
  margin-bottom: 0.55rem;
  margin-left: 0.55rem;
  text-decoration-style: double;
  color: var(--primary);
  font-weight: lighter;
  opacity: .35;
  writing-mode: vertical-rl;
  text-orientation: sideways;
}

main + a:hover {
  color: var(--primary);
  font-style: oblique;
}

main + a:active {
  font-weight: bolder;
  font-style: oblique;
}

main + a:visited {
  color: var(--primary);
}
