body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif !important;
}

.error {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  height: 100vh;
}
.error .error-info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.error .error-info-wrapper .error-text > h3 {
  font-size: 2rem !important;
  font-weight: 300;
  color: #0055A5;
}
