.error-page {
  background-image: url("/images/404.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh; }

.error-content {
  text-align: center;
  max-width: 1200px;
  color: #fff; }
  .error-content h1 {
    font-size: 60px;
    padding-top: 30px; }

.error-find button {
  color: #fff;
  padding: 10px;
  border: none;
  background-color: #0b3d24;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 16px;
  line-height: 20px;
  font-family: "Quicksand";
  font-family: "Quicksand";
  margin: 30px 0; }
  .error-find button:hover {
    background-color: #000; }

/*# sourceMappingURL=404.css.map */
