@keyframes scroll {
  0% {
    height: 40px;
  }
  100% {
    height: 78px;
  }
}