#atm-404-container > div:first-of-type {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#atm-404-container footer {
  width: 100%;
  flex-shrink: 0;
}

#atm-404 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  flex: 10 0 auto;
}

.atm-404-title {
  font-family: var(--font-default);
  font-size: 2em;
  text-align: center;
  margin-bottom: 50px;
}

.atm-404-home {
  width: 100%;
  text-align: center;
}

.atm-404-home a {
  display: block;
  font-family: var(--font-default);
  font-size: 1.2em;
}

.atm-404-home a:hover {
  color: var(--orange);
}