/* Apply hover effect to buttons */
button:hover, a:hover {
    color: #000000; /* Changes text color to black */
}