:root {
  font-family: monospace;
  font-size: 1.2rem;
}

body {
  margin: 0;
}

#content {
  position: relative;
  z-index: 1;
  padding: 8px 12px;
  cursor: default;
}

#title {
  position: fixed;
  margin: 0;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
}

#title-link,
#title-link:visited {
  color: inherit;
  text-decoration: none;
}
#title-link:hover {
  text-decoration: underline;
}
#title-link:active {
  text-decoration: none;
}

#tagline,
#label {
  font-size: 0.8rem;
}

#label {
  margin-top: 20px;
  margin-bottom: 0;
}

#list {
  margin-top: 8px;
  padding-inline-start: 30px;
}

#x {
  position: relative;
  z-index: 0;
}

ul {
  font-size: 0.7rem;
}

a:any-link,
a:visited {
  color: #047bff;
}
a:hover {
  color: #ff2c55;
}
a:active {
  color: #ffcc01;
}
