body{
    background-color: #D97E4A;
}
#spinningvinyl{
    width:100px;
}
#container{
    display:flex;
    flex-direction: column;
    
     
}

#nameheader{
    
    display: flex;
    
    
}
#title{
    font-size:60pt;
    font-family: "Daft Font";
    color :#8FA4BF;
    margin-top:10px;
    filter: saturate(1.5);
    text-shadow: #1d345e 2px 2px 4px;
    margin-left:auto;
    margin-right:auto;
}
.album{
    width:300px;
    border-radius: 6px;
    margin: 40px;
    border : 2px solid wheat;
    
}
#gridcontainer{
    background-color: aquamarine;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr ;
    grid-template-rows: 1fr 1fr 1fr 1fr ;
    gap: 20px;
    margin-top: 20px;
}
.header{

    display: flex;
  
    width: 100%;
    
    justify-content: space-evenly;

    margin-top:30px;
    margin-bottom:60px;

}
.link{
    color: #ffffff;
    font-size: 20pt;
    font-family : "Daft Font";
    text-decoration: none;
}
#content{
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
   
}
#pagetitle{
    font-size : 40pt;
    font-family: Daft Font;
    text-align: center;
    color :#587ec6;
    text-shadow: #1d345e 2px 2px 4px;
    
    

}
.albumlist{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;

    
}
h2{
    font-size : 25pt;   
    color: wheat;
    font-family:'Montserrat', sans-serif;
    margin:auto;
}
.albumtotal{
    display: flex;


}
.about{
    margin-left:25px;
    padding-top:20px;
    max-width: 600px;
 

}
.albumfront{
    display: flex;
    flex-direction: column;
    width:400px;
    height:350px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;

}

p{
    font-family: 'Montserrat', sans-serif;
    font-size: 12pt;
}
ol{
    font-family: 'Montserrat', sans-serif;
    font-size: 12pt;
    margin-left:20px;
    line-height: 1.5;
    background-color: rgba(251, 180, 118, 0.684);
    border-radius: 5px;

    
}
ol > li::marker {
    font-weight: bold;
  }
li{
    color: #030529;
    border: 1px solid rgba(251, 180, 118, 0.8);;
}