body {
  background: #e8e9e8;
  font-family:sans-serif;
  color:#555;
}

#svg {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
}

#star {
  stroke: #29e;
  stroke-width: 20;
  stroke-linejoin: round;
  fill: none;
}

.handle {
  fill: #fff;
  fill-opacity: 0.4;
  stroke-width: 4;
  stroke: #fff;
}

.marker {
  fill: tomato;
  stroke: tomato;
  pointer-events: none;
}



a:link, a:visited, a:active {
  color:#555;
  text-decoration:none;
}

a:hover {
 
  color:#300;
}