.not-found-container {
  height: 100vh;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  margin: auto;
}

.not-found-inner-container {
  height: 100%;
  width: 100%;
}

.back-to-home {
  margin-top: 81px;
}

@media (max-width: 912px) {
  .back-to-home {
    width: auto;
    margin-top: 45px;
  }
}
