@keyframes breathing {
  0%,
  100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(1.036);
  }
}
