body {
  background: #28336e;
  color: hsl(60, 30%, 94%);
}

em {
  color: #fadb03;
}

a {
  color: #7cbfe5;
  text-decoration-skip: ink;
}

a:hover {
  background: #4e5b6f;
}

body:after {
  content: "";
  z-index: 10000;
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../paper-texture-100.webp");
  background-size: 512px;
  opacity: 1;
}
