@media (max-width: 600px) {
            .button {
                font-size: 1.2em; /* Reduce button size */
            }

            .tooltip {
                width: 90vw; /* Width of tooltip */
                font-size: 0.7em; /* Smaller font size */
            }
        }