.error-wrap {
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.error-wrap-header {
  font-size: 32px;
  font-weight: 700;
  color: cornflowerblue;
}

.error-wrap-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 580px) {
  .error-wrap-text {
    text-align: center;
  }
}

.error-wrap-content {
  font-size: 32px;
  font-weight: 700;
  color: cornflowerblue;
}

.error-wrap-info {
  font-size: 18px;
  font-weight: 500;
  color: black;
}

.error-icon {
  width: 10%;
  margin: 20px 0;
}

@media only screen and (max-width: 580px) {
  .footer_bottom-right {
    gap: 0 12px;
  }
}
/*# sourceMappingURL=error-page.css.map */