@import 'base.css';

h1, h2 {
  margin-bottom: 0.2em;
  transition: transform 0.1s;
}

h1 {
  font-family: 'Monoton', cursive;
  font-size: 4em;
  margin-top: 0;
}

h2 {
  font-size: 1.5em;
  margin-top: -0.5em;
}

p {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

.endpoints {
  margin-top: 4em;  /* Adjusted for more space */
  text-align: left;
  display: inline-block;
}

.endpoint {
  margin-bottom: 1em;
}
