body{
    font-family: "Montserrat", serif;
    margin: 0;
    background: #000;
    color: azure;
    overflow: hidden;
}

.main{
    display: flex;
    height: 100vh;
}

.sidebar{
    /* background-color: #682a2a; */
    width: 440px;
    border-radius: 1rem;
}

a{
    color: azure;
}

.nav{
    background-color: #121212;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 150px;
    padding: 0.5rem 0.75rem;
    margin-top: .5rem;
}

.nav-option{
    line-height: 2.5rem;
    opacity: 0.5;
    padding: 1rem;
}

.nav-option i{
    font-size: 1.5rem;
}

.nav-option a{
    font-size: 1.25rem;
    margin: 1rem;
}

.nav-option:hover{
    opacity: 1;
}

.library{
    background-color: #121212;
    border-radius: 1rem;
    padding: 0.5rem 0.75rem;
    justify-content: center;
    height: 100%;
    margin-top: .5rem;
}

.lib{
    display: flex;
    justify-content: space-between;
    text-align: center;
    
}

.lib-option img{
    height: 1.25rem;
    width: 1.25rem;
}

.lib-icon{
    font-size: 1.25rem;
    padding: 1.25rem;
}

.lib-icon i{
    opacity: .5;
    margin-right: 1rem ;
}

.lib-icon i:hover{
    opacity: 1;
}

.box{
    border-radius: 1rem;
    margin: 2rem 1rem;
    background-color:rgb(13, 0, 255);
    padding: 1rem 1.25rem ;
}

.p1{
    font-size: 1.25rem;
    font-weight: 500;
    margin: 1rem;
}

.p2{
    font-size: 1rem;
    opacity: 0.7;
    margin: 1rem;
}

.badge{
    background-color: white;
    color: #000;
    border: none;
    border-radius: 1rem;
    margin-left: 1rem;
    padding: .5rem 1rem;
    font-weight: 600;
    font-size: 1rem;
    height: 2rem;
    width: fit-content;

}
.main_content{
    background-color: #121212;
    flex: 1;
    border-radius: 2rem;
    overflow:scroll;
    padding: 1rem;
    margin: 0 1rem;
}

.navbar{
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}

.for-back{
    padding: 1rem;
}
.button{
    padding: 1rem;
}

button{
    background-color: #000;
    color: white;
    height: 2rem;
    border-radius: 1rem;
    font-size: 1rem;
    /* padding: 0rem 1rem; */
    margin: 0 1rem;
    font-weight: 600;
    width: fit-content;
}

header{
    font-size: 1.5rem;
    padding: 2rem 1rem;
    font-weight: 600;
}

.container{
    padding: .5rem;
    margin: 1rem;
    
}
.card-container{
    display: flex;
    flex-wrap: wrap;
}


.music-card{
    padding: 1rem 1rem 8rem 1rem;
    border-radius: .5rem;
    /* background-color: #682a2a; */
    justify-content: center;
    margin: 1rem;
    height: 15rem;
    width: 15rem;
}

.music-card img{
    height: 15rem;
    width: 15rem;
    justify-content: center;
}

.header{
    font-size: 1.5rem;
    padding: 2rem 1rem;
    font-weight: 600;
    height: fit-content;
    width: fit-content;
}


.music{
    background-color: black;
    bottom: 0;
    width: 100%;
    position: fixed;
    height: 72px;
    width: 100%;
}

.footer-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.footer-link-column{
    display: flex;
    flex-direction: column;
}

.music{
    display: flex;
}

.music-display{
    width: 25%;
}

.music-container{
    /* display: flex; */
    text-align: center;
    width: 50%;
    justify-content: space-between;
    align-items: center;
}

.music-control{
    width: 25%;
}

.music-player-icon{
    height: 2rem;
    margin-right: 2rem;
}