body {
  background: black;
  overflow-x: hidden;
}
body #animation_container {
  width: 80%;
  height: auto;
  margin-top:150px;
  margin-left:8%;
  margin-bottom:0px !important;
}
body #animation_container svg {
  height: auto;
  margin: auto;
  display: block;
  margin-bottom:0px !important;
}
body #animation_container svg path {
  fill: none;
  stroke: #ff00a5;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

body #animation_container svg path.helmet{
  fill: none;
  stroke: #ff00a5;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 20;
}

body #animation_container svg path.mecha{
  fill: none;
  stroke: white;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 20;
}

body #animation_container svg path.studios{
  fill: none;
  stroke: #00ffd8;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 20;
}

body #animation_container svg path.st1 {
  stroke-width: 2;
}
