* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}

#notfound {
  position: relative;
  height: 85vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn {
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 10px;
  border-color: #000000;
}

.btn:hover {
  transition: 0.5s;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  border-radius: 10px;
  background-color: #000000;
  padding: 10px;
  border-color: #000000;
}


.btnck {
  font-family: 'Montserrat', sans-serif;
  color: #3056d3;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 10px;
  border-color: #3056d3;
}

.btnck:hover {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  border-radius: 10px;
  background-color: #3056d3;
  padding: 10px;
  border-color: #3056d3;
  transition: 0.5s;
}

.notfound {
  max-width: 520px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 146px;
  font-weight: 700;
  margin: 0px;
  color: #232323;
}

.notfound h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  color: #232323;
}

.notfound h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  color: #232323;
}

.notfound p {
  font-family: 'Montserrat', sans-serif;
  color: #787878;
  font-weight: 300;
}


@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 115px;
  }
  .notfound .notfound-404 h1 {
    font-size: 86px;
  }
  .notfound .notfound-404 h1>span {
    width: 86px;
    height: 86px;
  }
}
