.floating-message { position: fixed; bottom: 20px; /* Adjusts distance from bottom */ left: 50%; transform: translateX(-50%); background: rgba(255, 255, 255, 0.9); /* Light background for readability */ padding: 10px 15px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); text-align: center; z-index: 1000; }