#plist {
  font-size: 10px;
  border: 3px dotted #285b0c;
  padding: 10px;
  border-radius: 15px;
}

.song {
    margin: 15px 0 15px 0;
}

.sng {
  padding: 1px 3px 1px 3px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 0;
}

.rotating-image {
    margin-top: 0px;
    margin-bottom: 50px;
    cursor: pointer;
    border-radius: 999px;
    box-shadow: 0px 15px 15px 15px rgba(0,0,0,0.6);
    padding: 15px 15px 15px 15px;
    animation: rotate 50s linear infinite; /* Анимация */
}

.norotating {
    animation: none !important;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

Gaudio::-webkit-media-controls-panel,
Gaudio::-webkit-media-controls-timeline,
Gaudio::-webkit-media-controls-play-button {
    display: none !important;
}


audio {
    width: 0;
    height: 0;
    visibility: hidden;
}
canvas { }

#buka {
    text-align: left;
}

#volume_control {
    width: 400px;
}

#visualizer {
    width: 600px;
    margin: 5px auto;
    text-align: center;
}



