.error {
  margin: 0;
  padding: 24px;
  box-sizing: border-box;
  min-height: calc(100vh - 16px);
  display: grid;
  place-items: center;
  background: white;
  color: #800020;
  font: 0.875rem "Times New Roman", Times, serif;
  text-align: center;
}

.error img {
  display: block;
  margin: 0 auto 8px;
}

.error h1 {
  margin: 0 0 24px;
  font-size: 7rem;
  line-height: 1;
  font-weight: normal;
}

.error a, .error a:visited { color: #800020; }
.error a:hover, .error a:active { color: #500014; }
