* {
  scroll-margin-top: 9em;
}

html {
  scroll-behavior: smooth;
  min-height: 100vh;
}

body {
  background-color: black;
  background-image: linear-gradient(
    12deg,
    rgb(0 255 255 / 25%) 0%,
    rgb(46 80 255 / 25%) 25%,
    rgb(127 127 127 / 25%) 50%,
    rgb(255 38 168 / 25%) 75%,
    rgb(255 0 255 / 25%) 100%
  );
  background-repeat: no-repeat;

  color: white;
  font-family: monospace;
  font-size: 14pt;
  text-align: justify;
  line-height: 1.4;
}
