/* Header 1 Styles */
.header-1 {
    background-color: #000;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    width: 90%;
    z-index: 1;
    margin-left: 5%;
    margin-right: 5%;
  }

  .header-1 .logo {
    margin-left: 10%;
  }

  .header-1 .logo img {
    height: 45px;
  }

  .header-1 .title {
    color: #e1d8ea;
    font-size: 24px;
    font-weight: 700;
    margin-right: 10%;
  }