* {
 font-family: Georgia, 'Times New Roman', Times, serif;
 }
html{
    background-color: wheat;
}
.container-fluid {
    background-color: wheat;
}
nav img {
    width: 30px;
    height: 30px;
    padding: 0px 5px 5px 5px;
}
.container{
display: flex;
flex-direction: row;
height: 80vh;
width: 100%;
background-color: wheat;
}
.container .sidebar{
width: 40%;
height: 100%;
border: 2px solid black;
margin: 0px 10px 0px 0px;
}
.container .mainbar{
    width: 60%;
    height: 100%;
    border: 2px solid black;
    padding: 0px 0px 0px 10px;
    display: flex;
    flex-direction: column;
    
}

.container .mainbar .card{
    border: 2px solid black;
    height: 90%;
    background-color: whitesmoke;
    color: black;
    margin: 15px 5px 10px 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.songItem{
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.cardsclass {
    display: flex;
    flex-direction: row;
    margin: 0px 30px 0px 30px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.musicclass{
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 10px 10px 10px;

}
.cardsclass img{
    width: 50px;
    height: 50px;   
}
.musicclass img{
    width: 50px;
    height: 50px; 
    margin: 10px auto;
}
.card img{
    width: 90%;
    height: 200px;
    border: 2px solid black;
}
.songItem img{
    width: 35px;
    height: 35px;
}
.songName img{
    width: 30px;
    height: 30px;
    background-color: black;
}
.sidebar{
    overflow-y: auto;
    overflow-x: hidden;
}
.historycontainer {
    background-color: wheat;
    font-family: 'Times New Roman', Times, serif;
}
.historycontainer .paraonehis img{
    float: right;
    width: 200px;
    height: 200px;
}
.historycontainer .paratwohis img{
    float:right;
    width: 200px;
    height: 200px;
    border: 2px solid black;
}
.historycontainer .parathreehis img{
    float: right;
    width: 200px;
    height: 200px;
}
.historycontainer .parafourhis img{
    float: right;
    width: 300px;
    height: 250px;
    border: 2px solid black;
}