.main{
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
    height: 710px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    
}
.home{
    color: white;
    
    width: 18%;
    height: 90%;
    font-size: 13px;

}
.song{
    color: white;
    
    width: 80%;
    height: 90%;
    background: linear-gradient(to bottom,rgb(49, 49, 49) 40%,black 60%);
}
.liso{
    display: flex;
    align-items: center;
    
}
.profile{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.songlibrary{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.A1{
    display: flex;
    background-color: rgb(24, 24, 24);
}
.show{
    display: flex;
    margin-top: 30px;
}
.nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
   background-color: rgb(36, 36, 36);
    width: 100%;
}
