.not-found-page {
  min-height: 100vh;
  min-height: 100dvh;
  background: #fff;
  color: #000;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.not-found-art {
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.not-found-copy {
  margin-top: -50px;
}

.not-found-home-button {
  min-height: 2.5rem;
  border-radius: 0.5rem;
  background: #16a34a;
  color: #fff;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.not-found-home-button:hover {
  background: #15803d;
}

.not-found-home-button:focus-visible {
  outline: 3px solid rgb(22 163 74 / 35%);
  outline-offset: 3px;
}

@media (min-width: 640px) {
  .not-found-art {
    height: 350px;
  }
}

@media (min-width: 768px) {
  .not-found-art {
    height: 400px;
  }
}
