@charset "UTF-8";
.l-notfound {
  text-align: center;
  padding: 10rem 0;
}

@media only screen and (max-width:480px), only screen and (max-width:321px) {
  .l-notfound {
    background-color: rgba(60, 182, 250, 0.3)
  }
}

.l-notfound-subheading {
  font-size: 4rem;
  color: #f9688f;
  margin: 4rem 0
}

@media only screen and (max-width:480px), only screen and (max-width:321px) {
  .l-notfound-subheading {
    font-size: 2.4rem;
    margin: 4rem 0
  }
}

.l-notfound-text {
  margin-bottom: 4rem
}

.l-notfound .button {
  -webkit-appearance: none;
  border-radius: 32px;
  margin-top: 60px;
  border-bottom: 0px;
  color: white;
  padding: 15px 70px;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  transition: 0.3s;
  background-color: #f36889;
  position: relative
}

.l-notfound .button:after {
  top: 0rem;
  right: 1.6rem;
  margin-top: 1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f0da';
  color: white;
  position: absolute
}