
@font-face {
    font-family: "basiic"; 
    src: url("https://heartaches.neocities.org/Nihonium113.ttf") format("truetype");
}

/*-------MUSIC PLAYER BY GLENTHEMES-------*/
#glenplayer02 {
position:fixed;
top:2em;
margin-bottom:20px;
left:0;
margin-left:20px;
display:flex;
z-index:99;
text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
}
#glenplayer02 a {text-decoration:none;}
 
#glenplayer02 > div {
align-self:center;
-webkit-align-self:center;
}
 
.music-controls {
user-select:none;
-webkit-user-select:none;
width:13px;
font-size:13px;
cursor:pointer;
}
 
.playy, .pausee {color:#fff;} /* color of play & pause buttons */
 
.pausee {display:none;}
 
.sonata {
margin-left:10px;
color:#000; /* color of music note symbol */
}
 
.labeltext {
margin-left:1px;
font-family:courier new;
font-size:9px;
color:#fff; /* color of song title */
}

body {
    font-family: "basiic";
    font-size: 23px;
    color: #E1DBCB;
    background-image: url('https://i.pinimg.com/1200x/c8/5d/5b/c85d5b3bbcd161948ac0ec0e30feb7c1.jpg');
    background-repeat: repeat;
    background-attachment: scroll;
    overflow: hidden;
}

#center {
 width:500px;
height:500px;
line-height:2em;
float:center;
position:relative;
text-align: center; 
}