body {
    background-color: #0f0f0fec;
}

h1 {
  font-family: monospace;
  font-size: 1.5em;
  animation: color-change 2s infinite;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #adebf7;
}
