.notFound {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('/assets/404-Dj39PbKP.png') no-repeat center;
  background-size: auto 100%;
  background-position: center;
}
#notFound-a {
  position: absolute;
  left: 50%;
  border-radius: 7px!important;
  top: 55%;
  font-size: 18px;
  transform: translateX(-50%);
  width: 184px;
  height: 48px;
  background-color: #f3747d !important;
  border: none;
  outline: none;
}
#notFound-a:hover {
  background-color: #f3747d !important;
}
