body { min-height: 100vh; }
.dot { width: 0.75rem; height: 0.75rem; border-radius: 9999px; display: inline-block; margin: 0 0.2rem; }
#cat-container {
  position: fixed;
  left: 0;
  bottom: 32px;
  width: 80px;
  height: 60px;
  z-index: 50;
  pointer-events: none;
} 