body {
  background-color: #ebeff2;
}

#notfound {
  position: relative;
  height: 70vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  z-index: -1;
}

.notfound .notfound-404 img {
  width: 88.3px;
  height: 26.7px;
  object-fit: contain;
  margin-bottom: 12px;
}

.notfound .notfound-404 h1 {
  font-family: NotoSans;
  font-size: 20px;
  font-weight: 800;
  font-style: normal;
  font-stretch: condensed;
  line-height: 2.2;
  letter-spacing: normal;
  text-align: center;
  color: #707070;
}

.notfound .notfound-404 h2 {
  font-family: NotoSans;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.23;
  letter-spacing: normal;
  text-align: center;
  color: #707070;
}

.notfound a {
  font-family: 'NotoSans', sans-serif;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  color: #292a33;
  text-transform: uppercase;
  font-size: 18px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  width: 327px;
  height: 55px;
  background-color: #ffffff;
  line-height: 55px;
  margin-top: 22px;
}

.notfound a:hover {
  color: #ffffff;
  background: #292a33;
}
