.TopNav {
  margin-bottom: 1.5rem;

  display: flex;
  align-items: center;
  justify-content: space-between;

  ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    list-style-type: none;

    h1 {
      font-family: 'Send Flowers';
      margin: 0;
    }

    li.active a {
      font-weight: bolder;
    }
  }
}
