
@font-face {                  
font-family: '0xProto';
src: url(https://humantooth.neocities.org/fonts/0xProto-Regular.woff2) format('woff2');
font-weight: normal;
font-style: normal;
} 

@font-face { 
	font-family: "Xander"; 
	src: url("XanderSwordfish.ttf"); 
	font-weight: normal;
	font-style: normal; 
}

::-webkit-scrollbar {
   width: 15px;
}

::-webkit-scrollbar-thumb {
    background: #6b488b; 
  border-radius: 7px;
}

::-webkit-scrollbar-thumb:hover {
 background: #b265df; 
}

.crt::before {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
    z-index: 20;
    background-size: 100% 2px, 3px, 100%;
    pointer-events: none;
}

body {
  background: url("https://img.magnific.com/free-photo/photo-ground-texture-pattern_58702-15849.jpg?t=st=1787250431~exp=1787254031~hmac=0288ee9723f1744b43ff911410694c08005389ba8fc82bc49da460f68408dff8&w=1060");
  background:rgb(24, 24, 27);
  background-size: cover;
  color: #cfd0e4;
  font-family:"0xProto";
}

h1{
  color: #cfd0e4;
  font-size:50px;
  font-family: "Xander";
}

h2{
  color: #1f191f;
  font-size:30px;
  font-family: "courier new";
}

h3{
  color: #1f191f;
  font-size:25px;
  font-weight: bold;
  font-family: "courier new";
}

strong{
  font-weight: bold;
  font-family: "courier new";
  font-size: 20px;
  color: rgb(221, 214, 253);
}

a{
  color:rgb(84, 36, 116);
}

.shrink{
  padding-right: 40px;
  padding-left: 15px;
  margin-bottom: -55px;
  margin-top: -30px;
}

.moondrop{
  position: relative;
  right: 60px;
  bottom: 10px;
}

.star1{
  position: relative;
  right: -350px;
  bottom: -250px;
  z-index: 10;

}

.star2{
  position: relative;
  right: 520px;
  bottom: -630px;
  z-index: 10;

}

.star3{
  position: relative;
  right: -240px;
  bottom: -1140px;
  z-index: 10;

}

.box{
  max-width: 1000px;
  margin: auto;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: minmax(0, 1fr) 190px ;
}

.mbox{
  max-width: 1000px;
  display: grid;
}

.divider{
  display:grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 10px;
}

header, nav{
  background-color: #9478ba;
  border-radius: 10px;
  padding: 2px 15px;
}

header {
  grid-row: 1/2;
  grid-column: 1/3;
  height: 170px;
  text-align: center;
  padding-top:60px;
  color: rgb(255, 232, 170);
  background:linear-gradient(rgba(162, 49, 255, 0.65), rgba(32, 18, 58, 0.85)), url("https://i.pinimg.com/originals/24/b6/b8/24b6b85d55cbcd929fafc4c9668a3c5c.gif");
  background-size: cover;
  background-position: center;
}


.logbox {
  overflow:scroll;
  position: relative;
  line-height: 1.5;
  border: 1px dashed;
  padding: 5px;
  height: 170px;
	}

nav{
  background: none;
  grid-row: 2/3;
  grid-column: 2/3;

  li{
    border-radius: 6px;
    margin: 5px;
    padding: 5px;
    text-decoration: none;
  }
  ul{
    list-style-type: none;
    padding-inline: unset;
    
  }
  a {
    text-decoration: none;
    color: var(--color-text-accent);
		transition: margin-inline 0.125s;
  }
  li:hover {
			margin-inline: -3px;
      color:#9478ba;
      background:#cfd0e4;
		}
}


main{
  grid-row:2/3;
  grid-column: 1/2;
}

.welcome, .guide, .current, .web, .stamps{
  background-color: #9478ba;
  border-radius: 10px;
  padding: 5px 25px;  
  box-sizing: border-box;
}

.welcome{
  grid-row:1/2;
  grid-column:1/4;

}

.guide{
  grid-row: 2/3;
  grid-column:1/3;
  width: 500px;
  
}

.doll{
  grid-row: 2/3;
  grid-column: 3/4;
  text-align: right;
}

.current{
  grid-row: 3/4;
  grid-column: 1/4;
}

.current2{
  display:flex;
}

.web{
  grid-row: 4/5;
  grid-column: 1/2;
  text-align: center;
  padding-top: 30px;
}

.stamps{
  grid-row: 4/5;
  grid-column: 2/4;
  margin-left: 10px;
  text-align: center;
}

footer{
  grid-row:5/6;
  grid-column: 1/4;
}


/* Text animations from https://scripted.neocities.org/text ! */

  @keyframes squiggly-anim {
    0% {
      -webkit-filter: url("#squiggly-0");
              filter: url("#squiggly-0");
    }
    25% {
      -webkit-filter: url("#squiggly-1");
              filter: url("#squiggly-1");
    }
    50% {
      -webkit-filter: url("#squiggly-2");
              filter: url("#squiggly-2");
    }
    75% {
      -webkit-filter: url("#squiggly-3");
              filter: url("#squiggly-3");
    }
    100% {
      -webkit-filter: url("#squiggly-4");
              filter: url("#squiggly-4");
    }
  }

  #shake {
    animation: squiggly-anim 0.5s linear infinite;
  }

  .svg-container {
    width: 0;
    height: 0;
    overflow: hidden;
  }

@keyframes glow {
0% {
text-shadow: 0 0 15px rgb(216, 149, 255);
}

50% {
text-shadow: none;
}

100% {
text-shadow: 0 0 15px rgb(216, 149, 255);
}
}

@-webkit-keyframes glow {
0% {
text-shadow: 0 0 15px rgb(174, 0, 255);
}

50% {
text-shadow: 0 0 0;
}

100% {
text-shadow: 0 0 15px rgb(174, 0, 255);
}
}

#glow {
-webkit-background-clip: text;
font-weight:bold;
-webkit-animation: glow 3.0s linear infinite;
-moz-animation: glow 3.0s linear infinite;
-ms-animation: glow 3.0s linear infinite;
-o-animation: glow 3.0s linear infinite;
animation: glow 3.0s linear infinite;
}

/* From GLENTHEMES*/

.music{
  display:grid;
  grid-template-columns: 1fr fit-content(20%);
  background:#cfd0e4;
  padding: 10px;
  border-radius: 5px;
  width: 450px;
  color:#1f191f;
  filter: drop-shadow(2mm 2mm 0.2mm rgba(53, 37, 78, 0.486));

  .title{
    grid-column:1/2;
    
  }

  .album{
    grid-column:2/3;
  }

  strong{
    color:#1f191f;
  }
  
  img src{
    position:absolute;
    z-index:0;
    
  }
}

#glenplayer02 {
position: relative;
left: 290px;
top: 1px;
margin-left:20px;
display:flex;
z-index:1;
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 */
}
 

