

/*————————————————————————————————————————————————————————————————————————————————————————————————*/
/* ERROR 404                													                                            */
/*————————————————————————————————————————————————————————————————————————————————————————————————*/

/* Obsah —————————————————————————————————————————————————————————————————————————————————————————*/
.main-content-404 {
  justify-content: center;
  align-items: center;
  padding: 6rem 0;
  display: flex;
  flex: 1;
}

.error-container {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.error-animation {
  margin-bottom: 3rem;
  position: relative;
}

.error-title {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #111827;
}

.error-subtitle {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  color: #6b7280;
}

.error-description {
  margin-bottom: 3rem;
  color: #6b7280;
  line-height: 1.6;
  font-size: 1rem;
}

.error-number {
  animation: float 3s ease-in-out infinite;
  margin-bottom: 2rem;
  font-size: 12rem;
  font-weight: 700;
  color: #2bbfbd;
  line-height: 1;
  opacity: 0.1;
}
