.error-page-container {
  width: 100%;
  min-height: 650px;
  background-color: #84cbc5;
}

.error-main-wrapper {
  margin: auto;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 580px;
  flex-direction: column;
}

.error-main-text {
  font-size: 180px;
  font-weight: bolder;
  color: white;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.error-sub-text-1 {
  font-size: 50px;
  color: white;
}

.error-sub-text-2 {
  font-size: 18px;
  color: white;
  font-weight: 300;
}
