/* Customize the advanced audio player's appearance here */
/*.audio-player {
    width: 700px;
    margin: 20px;
}
*/
img { 
    max-width: 50%;
    height: auto;
}
.controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.botao-index {
    color:white;
    padding: 1rem;
    border: 0px solid #333333;
	width: 150px;
	height: 100px;
	font-size: 16px;	
}

.progress {
    height: 100px;
    background-color: #ccc;
    margin-top: 10px;
}

.progress-bar {
    width: 0;
    height: 100%;
    background-color: #4caf50;
}

#current-time, #total-time {
    margin-top: 10px;
}