@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,300);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
* .frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  margin-top: -200px;
  margin-left: -200px;
  border-radius: 2px;
  box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #fff;
  color: #333;
  font-family: "Open Sans", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* .frame .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #27AE60;
}
* .frame .center .ball {
  width: 3%;
  height: 3%;
  background: #fff;
  border-radius: 50%;
  position: absolute;
}
* .frame .center .top-left-1 {
  top: 2.122%;
  left: 0;
  animation: top-left-1 3s linear alternate infinite;
}
@keyframes top-left-1 {
  100% {
    transform: translate(188px, 380px);
  }
}
* .frame .center .top-left-2 {
  top: 0;
  left: 2.122%;
  animation: top-left-2 3s linear alternate infinite;
}
@keyframes top-left-2 {
  100% {
    transform: translate(380px, 188px);
  }
}
* .frame .center .top-1 {
  top: 0;
  left: 47%;
  animation: top-1 1.75s linear alternate infinite;
}
@keyframes top-1 {
  100% {
    transform: translate(-188px, 188px);
  }
}
* .frame .center .top-2 {
  top: 0;
  left: 50%;
  animation: top-2 1.75s linear alternate infinite;
}
@keyframes top-2 {
  100% {
    transform: translate(188px, 188px);
  }
}
* .frame .center .top-right-1 {
  top: 0;
  right: 2.122%;
  animation: top-right-1 3s linear alternate infinite;
}
@keyframes top-right-1 {
  100% {
    transform: translate(-380px, 188px);
  }
}
* .frame .center .top-right-2 {
  top: 2.122%;
  right: 0;
  animation: top-right-2 3s linear alternate infinite;
}
@keyframes top-right-2 {
  100% {
    transform: translate(-188px, 380px);
  }
}
* .frame .center .right-1 {
  top: 47%;
  right: 0;
  animation: right-1 1.75s linear alternate infinite;
}
@keyframes right-1 {
  100% {
    transform: translate(-188px, -188px);
  }
}
* .frame .center .right-2 {
  top: 50%;
  right: 0;
  animation: right-2 1.75s linear alternate infinite;
}
@keyframes right-2 {
  100% {
    transform: translate(-188px, 188px);
  }
}
* .frame .center .bottom-right-1 {
  bottom: 2.122%;
  right: 0;
  animation: bottom-right-1 3s linear alternate infinite;
}
@keyframes bottom-right-1 {
  100% {
    transform: translate(-188px, -380px);
  }
}
* .frame .center .bottom-right-2 {
  bottom: 0;
  right: 2.122%;
  animation: bottom-right-2 3s linear alternate infinite;
}
@keyframes bottom-right-2 {
  100% {
    transform: translate(-380px, -188px);
  }
}
* .frame .center .bottom-1 {
  bottom: 0;
  right: 47%;
  animation: bottom-1 1.75s linear alternate infinite;
}
@keyframes bottom-1 {
  100% {
    transform: translate(188px, -188px);
  }
}
* .frame .center .bottom-2 {
  bottom: 0;
  right: 50%;
  animation: bottom-2 1.75s linear alternate infinite;
}
@keyframes bottom-2 {
  100% {
    transform: translate(-188px, -188px);
  }
}
* .frame .center .bottom-left-1 {
  bottom: 0;
  left: 2.122%;
  animation: bottom-left-1 3s linear alternate infinite;
}
@keyframes bottom-left-1 {
  100% {
    transform: translate(380px, -188px);
  }
}
* .frame .center .bottom-left-2 {
  bottom: 2.122%;
  left: 0;
  animation: bottom-left-2 3s linear alternate infinite;
}
@keyframes bottom-left-2 {
  100% {
    transform: translate(188px, -380px);
  }
}
* .frame .center .left-1 {
  top: 50%;
  left: 0;
  animation: left-1 1.75s linear alternate infinite;
}
@keyframes left-1 {
  100% {
    transform: translate(188px, 188px);
  }
}
* .frame .center .left-2 {
  top: 47%;
  left: 0;
  animation: left-2 1.75s linear alternate infinite;
}
@keyframes left-2 {
  100% {
    transform: translate(188px, -188px);
  }
}

/*# sourceMappingURL=index.css.map */
