.not-found {
  margin: 0 auto;
  height: 100dvh;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.not-found .surface {
  max-width: 80%;
}
.not-found h1 {
  font-size: 6rem;
  text-shadow: -5px -5px 0 black, 5px -5px 0 black, -5px 5px 0 black, 5px 5px 0 black;
}
.not-found small {
  font-size: 0.7em;
}
.not-found img {
  width: max(300px, 50%);
  margin-left: -5%;
  margin-bottom: -6rem;
}