html,
body {
  height: 100%;
  line-height: 1.4rem;
}
a {
  color: #55a9df;
}
body {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #616161;
  padding: 30px;
}
body *:first-child {
  margin-top: 0;
}
.edu-error-page {
  display: flex;
  align-items: center;
  justify-content: center;
}
.edu-error-page__content {
  text-align: center;
}
.edu-error-page__title {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}
/*# sourceMappingURL=error_page.css.map */