.notfound-container {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.notfound-title {
  font-size: 200px;
  font-weight: bold;
  color: var(--colore-accento-secondario);
  text-shadow: 0 0 20px var(--colore-accento-glow);
  line-height: 1;
  margin-bottom: 20px;
}

.notfound-heading {
  font-size: 32px;
  color: #bbb;
  margin-bottom: 1.5rem;
}

.notfound-message {
  font-size: 16px;
  color: #888;
  max-width: 500px;
  margin: 0 auto 2rem;
}
