body {
  background-color: transparent;
  color: black;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

header {
  height: 2rem;
}

.links {
  text-align: right;
}

a {
  color: inherit;
}

.links>a {
  margin: 0 5px;
}

#content {
  bottom: 0;
  left: 25vw;
  overflow: auto;
  position: absolute;
  top: 2rem;
  width: 50vw;
}
