#recomaze {
  .app-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1em;
  }
}

@keyframes trial-bucket-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
  50% {
    opacity: 0.55;
    transform: scaleY(0.7);
  }
}

.trial-bucket-pulse {
  animation: trial-bucket-pulse 1.6s ease-in-out infinite;
  transform-origin: center;
}
