    .toggle {
      cursor: pointer;
    }
    .banner-name {
      letter-spacing: 3px;
    }
    .background-gray {
      background: var(--bs-gray-400);
    }
    .background-blue {
      background: #2f4d64;
      color: var(--bs-light);
    }
    .background-blue a {
      color: var(--bs-light);
    }
    .header {
      position: fixed;
      width: 100%;
    }
    .below-header {
      margin-top: 8.5em;
    }
    .experience-company {
      color: #2f4d64;
      margin-right: 48px;
      width: 100%;
    }
    .card-header {
      display: flex;
      flex-direction: row;
    }
    @media print {
      .header {
        position: relative;
      }
      .below-header {
        margin-top: 6px;
      }
      .page-break {
        page-break-before: always; 
      }
    }