/* 404 Page Styles */
.error-404-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.25rem;
  background-color: #010101;
}

.error-404-container {
  text-align: center;
  width: 100%;
}

.error-404-number {
  font-size: 10rem;
  font-weight: 800;
  color: #fff;
  margin: 0;
  line-height: 1;
  font-family: Alexandria, sans-serif;
}

.error-404-title {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  margin: 1rem 0 0;
}