.page-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 74px;
  padding-bottom: 80px;
  min-height: calc(100vh - 90px);
  background-color: #fff;
}

.page-404__img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}

.page-404__title {
  margin-top: 56px;
  font-family: "MiSans VF", "PingFang HK", "PingFang SC", sans-serif;
  font-weight: 520;
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
  color: #000;
}

.page-404__desc {
  margin-top: 22px;
  max-width: 744px;
  font-family: "MiSans VF", "PingFang HK", "PingFang SC", sans-serif;
  font-weight: 330;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #000;
}

.page-404__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 74px;
  width: 280px;
  height: 60px;
  background-color: #1d1d1d;
  border-radius: 60px;
  font-family: "MiSans VF", "PingFang HK", "PingFang SC", sans-serif;
  font-weight: 450;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
}

.page-404__btn:hover {
  opacity: 0.85;
  color: #fff;
  text-decoration: none;
}
