.error__title {
  color: rgb(169, 10, 59);
  font-size: 120px;
  font-weight: 700;
  line-height: 146px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 20px;
}

.error__text {
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.error__subtext {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 200px;
}

.error__link {
  text-decoration: underline;
  color: rgb(169, 10, 59);
}