.poem-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3rem auto 1rem auto;
  padding: 1rem;
  max-width: 600px;
  border-top: 1px solid #444;
  font-family: "Georgia", serif;
  bottom: 10px;
}

.poem-nav a {
  color: black;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s, transform 0.2s;
}

.poem-nav a:hover {
  color: #f39c12;
  transform: scale(1.05);
}

.poem-nav .home {
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  align-self: center;
}
