.notfound {
  position: absolute;
  width: 100%;
  top: 25vh;
  text-align: center;
  padding: 0 20px;
}
.notfound__img {
  display: block;
  width: 100%;
  height: 24vh;
  background: center/contain no-repeat url("/assets/images/bg/notfound.png");
}
.notfound__title {
  font-size: 18px;
  margin-top: 20px;
}
.notfound__content {
  color: var(--gray500);
  font-size: 12px;
  margin-top: 10px;
}
.notfound__button {
  margin-top: 45px;
}
