      /*Voronoi*/
      #Voronoi {
        position: fixed;
        top:0px;
        left:0px;
        width: 100vw;
        height: 100vh;
        z-index: 0;
        opacity: 0.1;
      }


      .links {
        stroke: none;
      }

      .polygons {
        fill: none;
        stroke: #111111;
      }

      .polygons:first-child{
        fill:#fefefe;
      }


      .sites {
        fill: none;
        stroke: none;
      }
    /*//////*/