svg {
  height: 373px;
  width: 353px;
}

  svg path {
    /*fill: #4db6ac;*/
    /*fill: #6bad45d2;*/
    fill: rgb(40, 171, 226, 0.19);
    opacity: 1;
    stroke: black;
    stroke-width: 0.7;
  }

    svg path:hover {
      /*fill: #3f9b92;*/
      /*fill: #28ABE3;*/
      fill: #2f96b085;
      /*stroke: rgb(40, 171, 226, 0.19);*/
      cursor: pointer;
    }
