 :root {
 
  --body-bg-image: url('https://poseur.neocities.org/images/bg/sky.gif');


  --content: #ffcfe8; 
}

::-webkit-scrollbar {
width: 14px;
height: 10px;
}

::-webkit-scrollbar-thumb {
background: linear-gradient(90deg, rgba(238,238,238,1) 38%, rgba(206,206,206,1) 62%);
border: 1.5px solid #888888;
border-radius: 5px;
}

::-webkit-scrollbar-track {
background: linear-gradient(90deg, rgba(230,230,230,1) 6%, rgba(240,240,240,1) 18%);
}

::-webkit-scrollbar-button {
display: block;
width: 14px;
height: 16px;
}

::-webkit-scrollbar-button:vertical:start:decrement {
background: white;
background-image: url("https://dl.dropbox.com/s/vtnpkuealr2f7u4/whc8iy3_d.png");
border: 1.5px solid #888888;
border-radius: 5px;
}

::-webkit-scrollbar-button:vertical:start:increment {
display: none;
}

::-webkit-scrollbar-button:vertical:end:decrement {
display: none;
}

::-webkit-scrollbar-button:vertical:end:increment {
background: white;
background-image: url("https://dl.dropbox.com/s/vtnpkuealr2f7u4/whc8iy3_d.png");
border: 1.5px solid #888888;
border-radius: 5px;
}

hr {
  border: 1px groove lavender;
}

 html, body {
  height: 100%;
  font-size: 17px;
  font-family: 'cyberpunk';
  margin: 0 auto;
  background-color: black;
  background-size: 100px;
  color: black;
  background-image: var(--body-bg-image);
}

 body a {
  color: mediumpurple;
 }


 * {
  box-sizing: border-box;
}

 .bold {
  font-size: 1rem;
  -webkit-text-stroke: 1px black;
}
 .bold2 {
  font-family: 'apple';
  font-size: 1rem;
}

 .head {
  font-size: 1.4rem;
  -webkit-text-stroke: 1px #e4b3ff;
  font-family: 'apple';
  height: auto;
  text-align: inherit;
 }
 
 .btn-default {
  background-image: linear-gradient(to bottom right, #ecb3cb, #fdd757, #77c19a, #71c5e8);
  padding: 2px;
  text-align: center;
  color: white;
  border: 1px solid black;
  border-radius: 5px;
  font-size: 1.5rem;
  font-family: 'apple';
  margin-bottom: 10px;
  -webkit-text-stroke: 1.2px black;
}
 

#hold {
  width: 100%; 
  height: 200px; 
  display: flex;
  padding: 3%;
  justify-content: space-between;
}

#hold2 {
  width: 100%; 
  height: 200px; 
  display: flex;
  padding: 3%;
  justify-content: space-between;
  overflow-y: auto;
  background-color: white;
}

.user {
  height: 100%;
  width: 100px;
  background-image: url('https://growing.neocities.org/graphics/tree.png'); 
  background-color: inherit;
  background-size: cover;
  background-position: center;
  border-image: linear-gradient(#ecb3cb, #fdd757, #77c19a, #71c5e8) 1;
  border-width: 1px;
  border-style: solid;
  padding: 5.5%;
  text-align: center;
  font-family: 'ssk';
  margin-right: 10px;
}

 #box1 {
   width: 65%;
   height: 100%;
   background-color: white;
   border: 1px solid #77c19a;
   display: flex;
   flex-direction: column;
 }
 
 #text {
   width: 100%; 
   height: 40%;
   padding: 2%;
   font-size: .8rem;
   text-align: center;
 }
 
 #stats {
   width: 100%;
   height: 60%;
   padding: 2%;
   background-image: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.3)), url('https://i.ibb.co/CVGPr2y/gwsn2.jpg');
   background-size: cover;
   background-position: 0 10%;
    box-shadow: inset 13px 0px 6px -10px rgba(66,66,66, 20%), inset -13px 0px 6px -10px rgba(66,66,66, 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgba(66,66,66, 38%);
    border-top: 1px solid #77c19a;
    -webkit-text-stroke: 1px white;
    font-family: 'ssk';
 }
 
 #box2 {
   width: 30%;
   height: 100%;
   border: 1px solid #fdd757;
   background-color: #fff1c2;
 }
 
 .bar {
   width: 100%; 
   height: 20px;
   background-color: #fdd757;
   font-family: 'sskbold';
 }

#nav {
  width: 100%;
  height: 30px; 
  border: 1px solid #2099cb;
  border-right: 0;
  border-left: 0;
  display: flex;
}

.bttn {
  width: 20%;
  background-color: inherit;
  box-shadow: inset 13px 0px 6px -10px rgba(66,66,66, 20%), inset -13px 0px 6px -10px rgba(66,66,66, 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgba(66,66,66, 38%);
  padding: 1%;
  text-align: center;
  font-family: 'sskbold';
}


.flex {
  width: 100%; 
  height: 145px; 
  display: flex; 
  justify-content: space-evenly;
  margin-bottom: 10px;
}

#form {
  width: 100%;
  height: auto;
  text-align: center;
  display: flex; 
  flex-direction: column;
}

.col {
width: 100%;
height: 100px;
display: flex;
flex-direction: row;

}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  font-size: 1rem;
  color: black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 225px;
 background-image: linear-gradient(to right, #ecb3cb, #fdd757, #77c19a, #71c5e8);
  color: black;
  text-align: center;
  border-radius: 6px;
  border: 1px solid black;
  padding: 5px 0;
  font-size: 1rem;
  font-family: 'apple';
  position: absolute;
  z-index: 999;
  bottom: 100%;
  left: 20%;
  margin-left: -90px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


 #container {
 background-color: #71c5e8;
 margin: 0 auto;
 width: 100%; 
 height: 100%;
 border: 1px solid #2099cb;
 display: flex;
 flex-direction: column;
}

#header {
  width: 100%;
  height: 150px;
  background-image: url('https://i.ibb.co/PxDZ4vd/D-mvz-Ir-Uw-AES524.jpg');
  background-size: cover;
  background-position: 0 40%;
  position: relative;
  padding-left: 2%;
  box-shadow: inset 13px 0px 6px -10px rgba(66,66,66, 20%), inset -13px 0px 6px -10px rgba(66,66,66, 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgba(66,66,66, 38%);
}

 .title {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-text-stroke: 2px transparent;
  font-size: 1.7rem;
  font-family: 'sskbold';
   background-image: linear-gradient(to right, #ecb3cb, #fdd757, #77c19a, #71c5e8);
   -webkit-background-clip: text;
   color: #e0f3fc;
 }

#foot {
  width: 100%;
  height: 40px;
  background-image: url('https://i.ibb.co/s5Rxszg/PS21091700051.jpg');
  background-position: bottom;
  border-radius:0 3% 0 3%;
  box-shadow: inset 13px 0px 6px -10px rgba(66,66,66, 20%), inset -13px 0px 6px -10px rgba(66,66,66, 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgba(66,66,66, 38%);
  padding: 10px;
  font-family: "Single Day";
  -webkit-text-stroke: .5px #e4b3ff;
  text-align: right;
  color: white;
}

 #foot a {
  text-decoration: none;
 }
 

 .box {
  height: auto;
  width: 100%;
  text-align: center;
}
  
.lol {
  max-width: 650px;
  height: 40px;
}

#wrap {
  max-width: 650px;
  margin: 0 auto;
  height: 20em;
  background-color: #ecb3cb;
  border: 1px solid #357553;
  box-shadow: inset 13px 0px 6px -10px rgba(66,66,66, 20%), inset -13px 0px 6px -10px rgba(66,66,66, 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgba(66,66,66, 38%);
  overflow: hidden;
  padding: 3%;
}

  br { clear: both; }

 @media only screen and (max-width: 750px) {
}



















