body {
background: url("/assets/423.png");
background-size: 350px;
background-color: #fff9e8;
background-repeat: repeat;
font-size: 16px;
padding: 10px;
}

.love-ya-like-a-sister-regular {
  font-family: "Love Ya Like A Sister", cursive;
  font-weight: 400;
  font-style: normal;
}

.chelsea-market-regular {
  font-family: "Chelsea Market", system-ui;
  font-weight: 400;
  font-style: normal;
}

.winky-sans {
  font-family: "Winky Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.container {
position: relative;
margin: auto;
width: 600px;
height: auto;
text-align: center;
font-family: "Chelsea Market";
color: #664732;
padding: 10px;
background-color: #fdfbf6;
border: 6px double #a1885c;
border-radius: 8px;
}

.linkcontainer {
position: fixed;
top: 0;
left: 800px;
width: 204px;
background: url("/assets/heart.gif");
background-color: #fdfbf6;
background-repeat: repeat-x;
border: 5px dashed #c00000;
border-top: 0;
padding: 0;
padding-top: 55px;
}

.textcontainer {
margin-top: 50px;
width: 510px;
height: 90%;
text-align: center;
padding: 10px;
overflow-y: scroll;
scrollbar-color: #c00000 #fdfbf6;
scrollbar-size: thin;
}

.button {
width: 200px;
height: 40px;
display: inline-block;
font-family: "Love Ya Like A Sister";
color: #fdfbf6;
text-align: center;
font-size: 20px;
line-height: 42px;
margin: 4px 2px;
cursor: pointer;
}

.button a:link {
color: #fdfbf6;
}

.button1 {
 background: url("/assets/mush-1.gif");
}

.button2 {
 background: url("/assets/mush-2.gif");
}

.button3 {
 background: url("/assets/mush-3.gif");
}

.button4 {
 background: url("/assets/mush-4.gif");
}

.button5 {
 background: url("/assets/mush-5.gif");
}

.button6 {
 background: url("/assets/mush-6.gif");
}

.button7 {
 background: url("/assets/mush-7.gif");
}

.button:hover {
    color: white;
    font-style: italic;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}


.box {
margin: auto;
width: 100%;
font-family: "Chelsea Market";
color: #c00000;
text-align: center;
}

.musiccontainer {
position: fixed;
top: 407px;
left: 800px;
width: 194px;
height: auto;
padding: 5px;
background-color: #fdfbf6;
border: 5px solid #c00000;
border-radius: 25px;
}

.grid {
  display: grid;
  grid-template-columns: 20% 78.5%;
  grid-gap: 8px;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-family: "Winky Sans";
  color: #664732;
}

.grid div {
  background-color: #eed2e0;
  display: inline-block;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
}

.divider {
  width: 100%;
  font-family: "Chelsea Market";
  font-size: 22px;
  text-align: center;
  color: white;
  background-color: #30b9c8;
  padding: 3px;
  border-radius: 8px;
  margin: 5px 0 5px 0;
}

/*-------MUSIC PLAYER BY GLENTHEMES-------*/
#glenplayer02 {
position:relative;
top:0px;
left:5px;
display:flex;
z-index:99;
}
#glenplayer02 a {text-decoration:none;}
 
#glenplayer02 > div {
align-self:center;
-webkit-align-self:center;
}
 
.music-controls {
user-select:none;
-webkit-user-select:none;
font-size:18px;
cursor:pointer;
}
 
.playy, .pausee {color:#c00000} /* color of play & pause buttons */
 
.pausee {display:none;}
 
.sonata {
width: 204px;
margin-left:10px;
font-family: "Chelsea Market";
font-size:18px;
color:#c00000;
}
 
.labeltext {
margin-left:0px;
position: relative;
bottom:10px;
font-family: "Chelsea Market";
font-size:18px;
color:#c00000;
}