.main_animation {
  position: relative;
  
  background: #fff;
}

.footer_animation {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: -1;
}
