body {
  background-color: #fcffe6;
  background-image: url(/assets/heartbg.gif), url(/assets/heartbg2.gif);
  background-repeat: repeat-y, repeat-y;
  background-position: left top, right top;
}

.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;
}

.art {
  display: inline-block;
}

.art:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: 0.3s;
}

.container {
  position: relative;
  margin: auto;
  top: 20px;
  width: 600px;
  height: auto;
  background-color: #fcdccf;
  border: 5px dashed #e38388;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  padding-bottom: 20px;
}

.linkcontainer {
position: fixed;
top: 0;
right: 200px;
width: 204px;
background: url("/assets/heart.gif");
background-color: #fcdccf;
background-repeat: repeat-x;
border: 5px dashed #e38388;
border-top: 0;
padding: 0;
padding-top: 55px;
}

.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);
}

.tab {
  overflow: hidden;
}

.tabbutton {
  display: inline-block;
  background-color: #81091b;
  width: 25%;
  margin: 4px;
  font-family: "Love Ya Like A Sister";
  font-size: 24px;
  color: #fcffe6;
  padding: 4px;
  border-radius: 8px;
  cursor: pointer;
}

.tabbutton:hover {
  background-color: #fdfbf6;
  color: #c00000;
  transition: 0.3s;
}

.tabbutton.active {
  background-color: #ffa400;
  color: #c00000;
}

.tabcontent {
  display: none;
  padding: 5px;
  font-family: "Chelsea Market";
  font-size: 20px;
  line-height: 25px;
  color: #81091b;
}

.tabcontainer {
  width: 600px;
  height: auto;
  text-align: center;
}

.contentcontainer {
  width: 100%;
  text-align: center;
}

/*-------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: #81091b;
}

.musiccontainer {
position: fixed;
top: 407px;
right: 200px;
width: 194px;
height: auto;
padding: 5px;
background-color: #fdfbf6;
border: 5px solid #e38388;
border-radius: 25px;
}