body {
    background-color: #fcfcfc;
    font-family: Arial, sans-serif;
}

.card {
    border: none;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    transition: 0.3s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.card-title {
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.2rem;
}

.card-subtitle {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.comentario-album {
    margin-top: 15px;
    font-style: italic;
    font-size: 0.9rem;
    color: #555;
    border-left: 3px solid #eee;
    padding-left: 10px;
}

iframe {
    border: none;
}