.dropdownLink:hover .dropdown-contentL {
    display: block;
  }
  
  .dropdown-contentL {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.5);
    z-index: 1;
    min-width: 250px;
    z-index: 9999;
  
  }
  
  .dropdown-contentL a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-contentL a:hover {
    background-color: #f1f1f1;
    text-decoration: none;
  }

  .dropdown-button {
    color: white;
    padding: 12px 14px;
    font-size: 18px;
    text-align: center;
    border: none;
    cursor: pointer;
    z-index: 0;
    background-color: chocolate;
  }
  