.not-found {
  width: 100%;
  height: 100vh;
  background: #7dcdc0 url(/img/404.jpg) no-repeat center center/20vw;
}
.not-found-title {
  font-size: 36px;
  color: #fff;
  text-align: center;
  padding-top: 12vh;
}
