.phrase {
  opacity: 100;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s;
}