body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.page {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page .wrapper {
  display: flex;
  flex-direction: column;
}
.page .wrapper .header {
  width: 100%;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #212529;
  text-align: center;
}
.page .wrapper .error_container {
  width: 100%;
  justify-content: center;
  display: flex;
  margin-top: 8px;
}
.page .wrapper .error_container .error {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #868E96;
  width: 50ch;
}
.page .wrapper .go_back_btn {
  background: #4DABF7;
  border-radius: 32px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 8px 24px;
  border: 0;
  margin-top: 24px;
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
}/*# sourceMappingURL=error.css.map */