.error-404-section {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0b0c12;
  padding: 80px 20px;
}

.error-404-wrapper {
  text-align: center;
  max-width: 600px;
}

.error-404-code {
  font-family: 'Luckiest Guy', cursive;
  font-size: 150px;
  color: #f5c542;
  line-height: 1;
  margin-bottom: 16px;
}

.error-404-title {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 16px;
}

.error-404-text {
  font-family: 'Syne', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #a2a2a2;
  margin-bottom: 40px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .error-404-code {
    font-size: 100px;
  }

  .error-404-title {
    font-size: 28px;
  }

  .error-404-text {
    font-size: 16px;
  }
}
