.ball-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 50px;
  border: 1px solid #aaa
}
.ball {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f90
}
.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 30px 0
}
.btn {
  width: 18%;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  background: #eee
}
/*# sourceMappingURL=../sourcemaps/webanimation.css.map */
