
@import url('https://fonts.googleapis.com/css?family=Cherry Bomb One|Itim|Coral Pixels|Special Elite');
@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');

body {
    height: 100vh;
    width: 400px;
    background-color: transparent;
    background: url(https://file.garden/ZqvoqPvs4mjErqQ3/musicplayer/SIMH/bW4BIg2.gif);
    font-family: "Itim", serif;
    font-size: 18px;
    color: #000000;
    overflow: scroll;
    overflow-x: hidden;
}


/* Container  */
.container {
    align-items: left;
    width: 350px; 
    padding: 4px;
    background: white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2); 
    font-family: "Itim", serif;
    font-size: 11px;
    color: #333;
}

/* Header */
.header {
    font-family: "Coral Pixels", serif;
    color: #666;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    margin: -15px 0 -12px 0;
    
   
}
.ect {
width: 340px;
font-family: "Itim", serif;
    font-size: 9px;
    color: #333;
}


.medialog {
    display: flex;
    align-items: left;
    width: 345px;
    height: auto;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    margin-top: -10px; 
}


/* cover Art */
.cover-art {
    width: 125px;
    height: 155px;
    border-radius: 10px;
    border: 1px dashed #000000; 
    object-fit: cover; 
}

.cover-art-left {
    order: -1; 
}

.cover-art-right {
    order: 1; 
}
/* Info */
.info {
    flex-grow: 1;
    padding-left: 6px; 
    font-family: "Itim", serif;
    font-size: 12px;
    color: #333;
 
}





/* Notes Section */
.notes {
    width: 330px; 
    margin-top: 5px; 
    background: transparent;
    border-radius: 10px;
}

.notes p {
    font-family: "Itim", serif;
    font-size: 14px;
    color: #333;
    padding: 5px;
}

::-webkit-scrollbar{
width: 2px; 
}
 
::-webkit-scrollbar-track{
background-color: transparent;
}
 
::-webkit-scrollbar-thumb{
background: #D7D7D7;

/* Details */
}
details {
background: #fff;
width: 320px;  
border:dotted 1px #000000;
overflow-x: hidden;
font-family: "Itim", serif;
font-size: 14px;
color: #333;
line-height: 20px;
margin-top: 2px;
margin-bottom: 8px;
 position: relative; 
 
}



details>summary::before  {
  width: 20px;
  height: 20px;
  margin-left: 1px;
  display: inline-block;
  transition: 0.2s;
  content: url("https://heathersaturnia.neocities.org/pxls/blog/a-right.gif");
}

details[open] summary::before {
  transform: rotate(90deg);
}
summary {
display: flex;
height:25px;
cursor: pointer;
background-color: transparent; 
font-family: "Special Elite"; 
font-size: 15px;
font-weight: bold;
}

/* Tags */
.tags {
  margin-top: 0px;
}

.tag {
  display: inline-block;
  background-color: #eee;
  color: #333;
  font-size: 10px;
  font-family: "Itim", serif;
  border: 1px dotted #999;
  border-radius: 5px;
  padding: 2px 2px;
  margin: 2px 2px 0 0;
  text-transform: lowercase;
}
