      /*Voronoi*/

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


      .links {
        stroke: none;
      }

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

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


      .sites {
        fill: rgba(255,255,255,0);
        stroke: none;
      }

    /*//////*/