#section-404 {
  width: 100%;
  height: 90vh;
  background-color: var(--quinary);
}

#section-404 > * {
  margin: auto;
}

.error-404 img {
  width: 90%;
  margin: 50px 0;
}

@media (min-width: 768px) {
  .error-404 img {
    width: 70%;
  }
}

@media (min-width: 992px) {
  .error-404 img {
    width: 60%;
  }
}

.txt-404 {
  color: white;
}

.txt-404-one {
  font-size: 50px;
  letter-spacing: 10px;
}

.txt-404-two {
  font-size: 20px;
}

.link-404 a {
  color: white;
  letter-spacing: 2px;
  text-decoration: underline;
}

.link-404 a:hover {
  text-decoration: underline;
}

