html {
  background: rgb(11, 30, 51);
  background: linear-gradient(
    148deg,
    rgba(11, 30, 51, 1) 0%,
    rgba(59, 12, 80, 1) 57%,
    rgba(28, 15, 76, 1) 100%
  );
  color: #ffd358;

  height: full;
}

h1 {
  background-image: linear-gradient(
    180deg,
    rgba(57, 33, 148, 1) 20%,
    rgba(255, 222, 0, 1) 50%,
    rgba(204, 204, 204, 1) 70%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  letter-spacing: 0.05em;
  margin: 45px;
  text-align: center;
}

h2 {
  text-align: center;
  margin: 1.5em;
}

pre {
  line-height: 2;
}

span {
  color: white;
}
