/* sound.css */

#music-toggle {
    position: fixed;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.7);
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1000;
}

#music-toggle:hover {
    background: rgba(255, 255, 255, 1);
}
