body {
  margin: 0;
  overflow: hidden;
  background: linear-gradient(to bottom, #aee1f9 0%, #f8f9fa 100%);
  font-family: Arial, sans-serif;
}

/* Top-centered title */
#title {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 72px;
  font-weight: bold;
  color: #333;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  pointer-events: none; /* make sure it doesn't block clicks */
  z-index: 10;
}

.pigeon {
  position: absolute;
  will-change: transform;
  transform-origin: center;
}
