body {
  background-color: pink;
  font-family: 'JetBrains Mono', monospace;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  margin: 0;
  gap: 20px;
}


a {
  color: darkmagenta;
  text-decoration-style: double;
}


h1 {
  color: #088;
}


h2 {
  color: white;
}