.music-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.music-table th,
.music-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

.music-table img {
    width: 100%;
    max-width: 120px;
    height: auto;
}

.music-table th {
    background-color: #333;
    color: white;
}

.music-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

a {
    color: #0066cc;
}

@media (max-width: 768px) {
    .music-table {
        font-size: 0.9rem;
    }
}