
.svg-container {
    position: relative;
    display: inline-block;
  }
  
  .a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
    z-index: 1; /* Place the anchor on top of the SVG */
  }
  