html {
  height: 100%;
}

body {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

a:hover {
  text-decoration: none;
}

.error-content {
  width: 100%;
  max-width: 800px;
  padding: 30px;
  margin: 0 auto;
}

.error-logo {
  max-width: 20rem;
  margin: 0 auto;
}

.error-msg {
  font-size: 3rem;
  font-weight: 200;
  color: #27235e;
}

.error-links {
  padding-top: 30px;
  font-size: 1.5rem;
  font-weight: 200;
  color: #606060;
}