body {
  margin: 0;
}

.errorpage {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.errorpage .side {
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  bottom: 0;
}
.errorpage .container {
  max-width: 640px;
}
.errorpage .container img {
  margin-bottom: 34px;
}
.errorpage .container > *:not(:first-child) {
  margin: 14px 0;
}
.errorpage .container h3 {
  font-size: 2.1rem;
}
.errorpage .container .icons {
  color: #FFA532;
  font-size: 45px;
}
.errorpage .container .icons a {
  color: #FFA532;
}
.errorpage .footer {
  display: block;
  position: absolute;
  left: 0;
  bottom: 43px;
  right: 0;
}
.errorpage .footer span {
  margin: 0 13px;
}
.errorpage .footer span.separator {
  border-right: 1px solid rgba(42, 62, 108, 0.3);
  margin-right: 26px;
}
/*# sourceMappingURL=errorpage.css.map */
