body {
    font-family: 'Vazir', sans-serif;
    text-align: center;
    background-color: #f4f4f4;
    color: #333;
    padding: 20px;
}
.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.song-lyrics {
    margin-top: 20px;
    font-size: 24px;
    color: #333;
}
.image-container img {
    width: 80%;
    max-width: 600px;
    margin-top: 20px;
}
.audio-control {
    margin-top: 20px;
}
select {
    margin-top: 20px;
}
