.four-o-four-page .title {
  font-family: "Lora", "Roboto", sans-serif;
  font-size: 1.22rem;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 700;
}
.four-o-four-page .title a {
  text-decoration: none;
  color: inherit;
}
.four-o-four-page .title a:visited {
  text-decoration: none;
}
.four-o-four-page .title a:hover {
  text-decoration: none;
}

.four-o-four-page {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 40em;
}
.four-o-four-page .title {
  padding: 1rem;
}
.four-o-four-page .error-code {
  padding: 1rem;
  font-size: 10em;
  color: #1e88e5;
}
.four-o-four-page .description {
  padding: 1rem;
  font-weight: 700;
  max-width: 360px;
  text-align: center;
}

.responsive-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/*# sourceMappingURL=404.css.map */
