.error-page {
  text-align: center;
}
.error-page .error-page__error {
  position: absolute;
  top: 50%;
  margin: -202.5px 0 0 0;
  width: 100%;
  height: 405px;
}
.error-page .error-page__logomark {
  width: 150px;
  height: 169px;
  margin: 0 0 25px 17px;
}
.error-page .error-page__title {
  font-size: 3rem;
  display: block;
  margin-bottom: 10px;
}
.error-page .error-page__message {
  font-size: 1.5rem;
}