body {
  font-family: monospace;
  margin: 2em 10%;
  line-height: 1.5em;
  background: linen;
  color: darkslategray;
  font-size: 1.25em;
  display: flex;
  flex-direction: column;
  gap: 5em;
  justify-content: space-between;
}

h1 {
  line-height: 1em;
}

h2,
h3 {
  margin: 2em 0 1em;
}

.dedication {
  font-style: italic;
  margin: 3em 0;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.animals {
  margin: 2em 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.animals li {
  list-style-type: none;
}
.animals li a {
  text-decoration: none;
  border-radius: 2em;
  padding: 0.5em;
}
.animals li a:hover {
  background: white;
}

pre span {
  background: lightgray;
}

.friendsforever {
  text-decoration: none;
  border-radius: 2em;
  padding: 0.5em;
}
.friendsforever:hover {
  background: white;
}

/*# sourceMappingURL=style.css.map */
