.custom-404-page {
  padding: 4rem 2rem;
  text-align: center;
}

.custom-404-page .container {
  max-width: 800px;
  margin: 0 auto;
}

.custom-404-page h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: #6d6e70;
}

.custom-404-page .message {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: #666;
}

.custom-404-page .actions {
  margin-top: 2rem;
}

.custom-404-page .button {
    display: inline-block;
    padding: 20px 20px;
    text-decoration: none;
    border-radius: 0;
    transition: background-color 0.3s ease;
    font-size: 22px;
}
.custom-404-page .button:hover {
  background-color: #00a4e4;
  text-decoration: none;
}

.custom-404-page .button--primary {
  background-color: #00a4e4;
  color: white;
}

.custom-404-page .button--primary:hover {
  background-color: #00a4e4;
} 