.error-page {
  height: 100vh;
  display: grid;
  align-items: center;
  justify-content: center;
  color: #d00;
  font-size: 60px;
  font-weight: bold;
}