body {
  margin: 0;
  padding: 0;
  background-color: #fffffff; /* Màu nền tối để tôn hoa nổi bật */
  overflow-x: hidden;
}

#flowerCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999; /* Đẩy lùi về sau làm background */
  pointer-events: none; /* Tránh cản trở thao tác click chuột trên web */
}