.nutrient-stores {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  background-color: #009900;
  border: 4px solid #99FF99;
  margin-bottom: 20px;
}

.fa-long-arrow-left {
  font-size: 100px;
  color: #fff;
  text-shadow: 1px 0 5px #000;
}

#animation_container {
  position:relative;
  margin:auto;
  left:0;
  right:0;
  top:0;
  bottom:0;
}