.not-found_title {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  font-family: 'system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif';
  margin-bottom: 24px;
}
.not-found_text {
  font-size: 1rem;
  text-align: center;
}
.not-found_container {
  position: relative;
  background-color: #fff;
  width: 840px;
  margin: -40px auto 0;
  padding: 160px 80px;
  border-radius: var(--border-radius);
}
@media (max-width: 640px) {
  .not-found_title {
    text-align: left;
  }
  .not-found_text {
    text-align: left;
  }
  .not-found_container {
    width: calc(100% - 32px);
    margin: -40px auto 0;
    padding: 40px 16px;
  }
}/*# sourceMappingURL=notfound.css.map */