  .bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6vh;

    display: flex;

    background: black;
    /* border-top: 1px solid gold; */

    padding: 12px 0 calc(12px + env(safe-area-inset-bottom));
    box-sizing: border-box;
  }

  .bottom-bar a {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;

    text-decoration: none;
    background-color: #000;
    color: white;
    font-size: 19px;
  }

  .category-button {
    border: 1px solid gold;
    text-align: center;
  }



  .icon {
    width: 22px;
    height: 16px;
    color: gold;
  }





