﻿/* Music Start */
/*@keyframes fySpin {
    to {
        transform: rotate(360deg);
    }
}*/

.custom-audio-player {
    width: 100%;
    text-align: center;
}

.custom-audio-btn {
    width: min(70%, 900px);
    height: auto;
    display: block;
    margin: 0 auto;
}

    .custom-audio-btn.is-playing {
        animation: fySpin 5s linear infinite;
    }


/* Music End */