@media (max-width: 760px) {
    .search-bar {
        width: 100%;
        padding: 6px 10px;
        display: none;
    }

    .artist-card h3, .album-card h3 {
        font-size: 10px;
    }

    .artist-card p, .album-card p {
        font-size: 9px;
    }

    .banner h2, .banner p {
        font-size: 12px;
    }

    .profile-topo button {
        padding: 16px 12px;
    }

    .profile-topo h1 {
        font-size: 12px;
        padding: 16px 12px;
    }
    .profile-topo button, p, h1 {
        display: none;
    }
    .download-icon{
        display: none;
    }

    .profile-topo {
        display: none;
    }
}