:root {
  --text-color: #ffffff;
  --link-color: #607c62;
  --background-color: #000000;
}

::-moz-selection {
  background: #607c62;
}

::selection {
  background: #607c62;
}

html {
  scroll-behavior: smooth;
  scrol
}


body {
  font-family: 'Libre Baskerville', serif;
  color: var(--text-color);
  background-color: var(--background-color);
  max-width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
}

pre {
  color:#385739;
   text-shadow: 0 0 10px #385739, 0 0 20px #385739, 0 0 30px #385739, 0 0 40px #385739, 0 0 50px #385739, 0 0 60px #385739, 0 0 70px #385739;
}

a {
  color: var(--link-color);
  text-decoration: none;
}

a:hover {
  color:#385739;
}

strong {
  color: #244d41;
}

.header {
  font-family: 'Yellowtail', cursive;
  color:#385739;
  background-color: #000000;
  font-size: 100px;
  padding-left: 50px;
  margin-top: 50px;
  position: sticky;
  top: 0;
}

.subheader {
  font-family: 'Libre Baskerville', serif;
  font-size: 30px;
  margin-left: 70px;
  margin-top: 50px;
}

.container {
  display: flex;
  flex-wrap: wrap;
  margin-left: 70px;
  margin-right: 50px;
  margin-top: -20px;
  padding: 5px;
  width: 55%;
  height: 35px;
  border-style: dashed;
  border-width: 1px;
  border-color: #385739;
  background-image: url(https://files.catbox.moe/jgnfsu.jpg);
  background-repeat: repeat;
  background-size: 200px;
}

.flexicons {
  width: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.subheader2 {
  font-family: 'Libre Baskerville', serif;
  font-size: 30px;
  margin-left: 70px;
  margin-top: -15px;
}

.container2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: 70px;
  margin-right: 50px;
  margin-top: -20px;
  padding: 10px;
  width: 55%;
  height: 150px;
  border-style: dashed;
  border-width: 1px;
  border-color: #385739;
  background-image: url(https://files.catbox.moe/jgnfsu.jpg);
  background-repeat: repeat;
  background-size: 200px;
}



/* random */

.floatingimage {
  position: fixed;
  z-index: 1;
  right: -50px;
  bottom: -20px;
}

.topimage {
  z-index: 1;
  width: 100%;
  margin-top: -700px;
}

#container {
  z-index: 2;
  position: fixed;
  overflow: scroll;
  overflow-x: hidden;
  height: 10em;
  width: 20em;
  padding: 1rem;
  color: #d2ab9b;
  transform: skew(3deg, 5deg);
  border: 3px solid #190f09;
  margin-top: 20%;
  margin-left: 65%;
  background-image: url(https://files.catbox.moe/my3jsw.jpg);
  background-repeat: no-repeat;
}

.mountains {
  z-index: 1;
  position: fixed;
  top: 10px;
  right: -30px;
}

/* music player */

/*-------MUSIC PLAYER BY GLENTHEMES-------*/
#glenplayer02 {
position:fixed;
top:0px;
left:5px;
width:27px;
z-index:5
}
div.ex2 {
width: 50px;
background:rgb(0, 0, 0);
opacity:0.75;
margin: auto;
/* border: 3px double #ffffff; */
padding:5px;
}
#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:#ffffff;} /* color of play & pause buttons */
 
.pausee {display:none;}
 
.sonata {
margin-left:0px;
color:#ffffff; /* color of music note symbol */
}
 
.labeltext {
margin-left:0px;
font-family:courier new;
font-size:9px;
color:#ffffff; /* color of song title */
}