body #content {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 960px;
  background: linear-gradient(180deg, rgba(183, 142, 79, 0.6) -73.92%, #FFF 82.08%);
}
body #content .not-found-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body #content .not-found-content .not-found-img img {
  width: 320px;
  height: 320px;
  margin-bottom: 40px;
}
body #content .not-found-content .not-found-title {
  color: #121127;
  text-align: center;
  font-family: Switzer;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
body #content .not-found-content .not-found-text {
  color: rgba(14, 41, 68, 0.6);
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body .become-reseller {
  display: none;
}
@media only screen and (max-width: 850px) and (min-width: 450px) {
  body #content {
    min-height: 1030px;
  }
  body #content .not-found-content .not-found-img img {
    width: 320px;
    height: 320px;
    margin-bottom: 32px;
  }
  body #content .not-found-content .not-found-title {
    margin-bottom: 16px;
    font-size: 32px;
  }
  body #content .not-found-content .not-found-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 450px) {
  body #content {
    min-height: 900px;
  }
  body #content .not-found-content .not-found-img img {
    width: 240px;
    height: 240px;
    margin-bottom: 32px;
  }
  body #content .not-found-content .not-found-title {
    margin-bottom: 16px;
    font-size: 28px;
  }
  body #content .not-found-content .not-found-text {
    font-size: 14px;
  }
}

/*# sourceMappingURL=not-found.css.map */
