.not-found-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.not-found-container h1 {
  font-weight: bold;
  font-size: 5rem;
}

body {
  background-color: #a1f273;
}
