.animate {
  transform: translateY(35px);
  opacity: 0;
  transition: all 1s;
}