.container{
    display: flexbox;
    border-radius:10px;
    margin:0 auto;
    overflow: auto;
    height: 750px;
    padding: 10px;
    border-style: dotted;
    /*flex-direction: column;*/
    justify-content:center;
    align-items:center;
    width:50%;
    background-color: #5b88b2;
    scrollbar-color:#5b88b2 white;
    box-sizing: border-box;
    font-family: "Just Me Again Down Here", cursive;
    
}
.c_songs{
    display: block;

}
h2{
    display: flexbox;
    text-align: center;
    border-radius: 5px;
    height: auto;
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
    background-color: #95b2c4;
    font-family: "Just Me Again Down Here", cursive;
    font-size: 30px;
    color:#1e1e1e;
}

iframe{
    display: flex;
    width:100%;
    height:200px;
    /*box-sizing: border-box;*/
    border:none;
}
body{
    background-color: #95b2c4;
    height: auto;
    overflow: hidden; /*fija la página web*/
}
.sideimage{
    width: 20%;
    position: absolute;
}
#sideimage1{
    top:10px;
}
#sideimage2{
    top:220px;
}
#sideimage3{
    top:430px;
}
#sideimage4{
    top:640px;
}
#sideimage5{
    right:10px;
    top:10px;
}
#sideimage6{
    right:10px;
    top:220px;
}
#sideimage7{
    right:10px;
    top:430px;
}
#sideimage8{
    right:10px;
    top:640px;
}
