@charset "UTF-8";
/* CSS Document */
    .header-bar {
      background-color: #000;
      color: #fff;
      padding: 1rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
