*{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

body{
    
    background-image: url("https://wallpapers.com/images/featured/spotify-background-q8allb95arbxrc0s.jpg");
    background-size: cover;
    background-position: center;    
    background-color: transparent;
    backdrop-filter: blur(30px);
}

#navbar{
    margin-bottom: 01%;
}

#main_page{
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
    gap: 10%;
}

#left_profile{
    height: 350px;
    width: 25%;
    text-align: center;
}

#right_profile{
    height: 350px;
    border: 2px solid white;
    width: 25%;
}

#music_files{  
    height: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#files{
    height: 300px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden !important;
    overflow: scroll !important;
    gap: 10%;
}

#buttom{
    margin-top: 05%;
}

.image{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.icon{
    background-color: white;
    border-radius: 50%;
    padding: 02%;
}

.div{
    display: flex;
    justify-content: space-around;
    margin-bottom: 01%;
    width: 1000px;
}


.h1{
    font-size: 30px !important;
}

.audio{
    width: 300px;
}

#images{
    height: 350px !important;
    width: 100%;
}