body,#foreground.st7 {background-color:#3c6e71}
.st7 {fill:#3c6e71}
.container {
	max-width: 900px;
  position: relative;
left: 50%;

-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}


#Turn_G {
  transform-origin: 140.68px 192px;
}

#Turn_D {
  transform-origin: 360.68px 192px;
}

#Turn_G,
#Turn_D {

  -webkit-animation-name: rotate;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 10s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0deg);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(360deg);
  }

  to {
    -moz-transform: rotate(0deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}
.st0 {
        fill: #66625D;
      }

      .st1 {
        fill: #533B3C;
      }

      .st2 {
        fill: none;
        stroke: #000000;
        stroke-width: 2;
        stroke-miterlimit: 10;
        opacity: 0.10;
      }

      .st3 {
        fill: none;
        stroke: #000000;
        stroke-width: 6;
        stroke-miterlimit: 10;
        opacity: 0.10;
      }

      .st4 {
        fill: none;
        stroke: #000000;
        stroke-width: 3;
        stroke-miterlimit: 10;
        opacity: 0.10;
      }

      .st5 {
        opacity: 0.25;
      }

      .st6 {
        fill: none;
      }
      .st8 {
        fill: #BEB6AD;
      }

      .st9 {
        fill: none;
        stroke: #E1D8CD;
        stroke-width: 8;
        stroke-linecap: round;
        stroke-miterlimit: 10;
      }

      .st10 {
        fill: #E1D8CD;
      }

      .st12 {
        fill: #FCE7A8;
      }

      .st13 {
        fill: #E0CDBF;
      }

      .st14 {
        fill: #99CAFF;
      }

      .st15 {
        opacity: 0.85;
      }



