#notFoundPage {
  height: 500px;
  padding-top: 100px;
  background: linear-gradient(90deg, #e4f9ff 0%, #dcf7fe 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#notFoundPage h6 {
  margin-top: 40px;
  margin-bottom: 20px;
}

#notFoundPage h3 {
  margin-bottom: 40px;
  padding: 0 30px;
}

#notFoundPage .homeButton {
  max-height: 24px;
  padding-left: 30px;
  padding-right: 30px;
}
