.popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .7);display:flex;align-items:center;justify-content:center;z-index:9999}.popup-content{background-color:#fff;padding:20px;border-radius:8px;text-align:center;max-width:600px;max-height:80%;overflow-y:auto;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center}.popup-image{max-width:100%;height:auto}.popup-text{font-size:16px}.popup-buttons{display:flex;flex-wrap:wrap}.popup-buttons .popup-button{font-size:14px;cursor:pointer;border:none;padding:8px 12px;max-width:100%;white-space:normal;text-align:center}.music-button{position:fixed;bottom:25px;right:15px;width:50px;height:50px;background:#4CAF50;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:100;overflow:hidden}.equalizer-bar{width:8%;margin:0 2.5%;background-color:#FFF;animation:equalizer-animation 0.5s infinite;animation-play-state:paused}@keyframes equalizer-animation{0%,100%{height:20%}50%{height:60%}}.bar1{animation-delay:0s}.bar2{animation-delay:0.15s}.bar3{animation-delay:0.3s}.bar4{animation-delay:0.45s}.bar5{animation-delay:0.6s}