body {
    margin: 0;
    padding: 0;
}
svg {
    background: white;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.separator {
  stroke: #DEDEDE;
}
.a {
  fill: teal;
}
.b {
  fill: orange;
}
.c {
  fill: purple;
}

.pie {
  fill-opacity: 0.7;
}