body {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

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

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

.notfound .notfound-404 {
  position: absolute;
  height: 100px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-family: maven pro,sans-serif;
  color: #ececec;
  font-weight: 900;
  font-size: 276px;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.notfound h2 {
  font-family: maven pro,sans-serif;
  font-size: 46px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}

.notfound {
  max-width: 920px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.notfound p {
  font-family: maven pro,sans-serif;
  font-size: 19px;
  color: #000;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 20px;
}

.notfound a {
  font-family: maven pro,sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #535353;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 10px;
  color: #fff;
  -webkit-transition: .2s all;
  transition: .2s all;
}