.error {
    padding-top: clamp(2.5rem, 1.9055rem + 2.4390vw, 4.375rem);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  h1.error-title {
    margin-bottom: clamp(1.875rem, 1.6768rem + 0.8130vw, 2.5rem);
    color: var(--Black);
    font-size: clamp(2rem, 1.7622rem + 0.9756vw, 2.75rem);
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }
  svg.error-center { 
    margin-bottom: clamp(3.125rem, 2.5305rem + 2.4390vw, 5rem);
    max-width: 100%;
  }
  a#home {
    color: var(--White);
    font-size: clamp(1.125rem, 1.0854rem + 0.1626vw, 1.25rem);
    line-height: 140%;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700; 
    border-radius: 12px;
    border: 2px solid var(--Accent);
    background-color: var(--Accent);
    transition: 0.3s ease;
    display: inline-flex;
    text-align: center;
  }
  .error svg {
    margin-bottom: clamp(1.25rem, 0.8537rem + 1.6260vw, 2.5rem);
  }
  p.error-desc {
    font-size: clamp(1.125rem, 1.0061rem + 0.4878vw, 1.5rem);
    text-align: center;
    max-width: 607px;
    margin-bottom: 30px;
    color: #1B1B68;
  }




  @media (max-width: 768px) {

    a#home {
      padding: 18px; 
      width: 100%;
    }
    .error svg {
      max-width: 100%;
      height: auto;
    }
  }