* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}

#notfound {
  position: relative;
  height: 100vh;
}

.notfound {
  position: relative;
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}


#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 120px;
  color: #012970;
  text-transform: uppercase;
  position: absolute;
  top: 27%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.oops-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  margin-top: 330px;
}

.notfound h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  color: #808080;
  display: inline-block;
  position: relative;
  top: -20px;
  left: 0;
  right: 0;
}