.body .main {
  background: linear-gradient(to bottom, #101c29, #2c3d4b);
  padding: 15rem 1rem 1rem 1rem;
  height: 100vh;
}
.body .main .err-404-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.body .main .err-404-container .sub-title {
  font-size: 1.25rem;
  margin-top: 2rem;
  text-align: center;
}
.body .main .err-404-container .link-404-button {
  background: #ffc400;
  padding: 1rem;
  border-radius: 1rem;
  transition: 0.2s;
  width: 12rem;
  text-align: center;
  margin-top: 3rem;
}
.body .main .err-404-container .link-404-button a {
  color: #000;
}
.body .main .err-404-container .link-404-button:hover {
  transform: scale(1.04);
  box-shadow: #916f00 0 0 8px;
}
.body .main .err-404-container .link-404-button:active {
  transform: scale(1);
}/*# sourceMappingURL=404.css.map */