.animation-container{
  position: fixed;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background: #222222;
  top: 0;
  left: 0;
}
svg{
  position: absolute;
  height: 100%;
}
.lines {
  opacity: 0.0; 
}

.line {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #4C3A90; }

.lights {
  opacity: 1;
}

.light {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #33ff07; }

