svg .fill-pink {
  fill: #54378A;
}
svg .stroke-pink {
  stroke: #54378A;
}
svg .fill-white {
  fill:white;
}
svg .stroke-white {
  stroke: #fff;
}
svg .stroke-none {
  stroke:none;
}  
svg .cap-round{
  stroke-linecap: round;
  stroke-linejoin: round;
}