  /* ================================= */
  /* HEADER (CENTERED TEXT)            */
  /* ================================= */
  

.header-tagline {
    font-family: 'Delmon Delicate', serif;
    font-size: 1.25rem;
    font-style: italic;
  }
  
  header {
    padding-left: 0 !important; /* Remove left padding */
    padding-right: 0 !important; /* Remove right padding */
    margin: 0; /* Ensure no extra margin is applied */
  }
  
  .header-center h1 {
    font-family: 'Font20', serif;
    font-size: 130px;
    font-weight: normal;
    line-height: 1.1;
    margin-bottom: 0.25rem;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
  }
  
  .header-center h2 {
    font-family: 'Delmon Delicate', serif;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    color: white;
    margin-top: -0.25rem;
    letter-spacing: 0.05rem;
  }