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


  --content: #ffcfe8; 
}

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

::-webkit-scrollbar-track {
  background: #ffe6f4; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
 background-color: deeppink;
 border-radius: 10px;
}


hr {
  border: 1px groove lavender;
}

 html, body {
  height: 100%;
  font-size: 17px;
  font-family: 'garamond';
  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-family: 'apple';
  -webkit-text-stroke: 1px black;
  font-size: 1.5rem;
}
 .bold2 {
  font-family: 'apple';
  -webkit-text-stroke: 1px black;
}

 .head {
  font-size: 1.4rem;
  -webkit-text-stroke: 1px #e4b3ff;
  font-family: 'apple';
  height: auto;
  text-align: inherit;
 }
 
 .btn-default {
  background-image: linear-gradient(lavender, skyblue, green);
  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: auto; 
  background-color: white; 
  border-bottom: 1px solid black; 
  border-top: 1px solid black;
  padding: 2%;
  overflow: hidden; 
  overflow-x: hidden; 
  text-align: left;
  font-size: 1rem;
}

#hold2 {
  width: 100%; 
  height: 250px; 
  background-color: white; 
  border-bottom: 1px solid black; 
  border-top: 1px solid black;
  padding: 1%;
  text-align: left;
  font-size: 1rem;
  overflow: auto;
  overflow-x: hidden;
}

.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 bottom right, lavender, skyblue, green);
  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: #fff5fa;
 background: url('https://i.ibb.co/s5Rxszg/PS21091700051.jpg');
 background-position: 0 25%;
 background-size: cover;
 margin: 0 auto;
 width: 100%; 
 height: 400px;
  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%);
  position: relative
}

 .title {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  -webkit-text-stroke: 1px #e3b4ff;
  font-size: 4rem;
  font-family: "Single Day";
  margin-left: 10px;
 }

#foot {
  width: 100%;
  height: 75px;
  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: 1.4px #5326ad;
  text-align: right;
  color: white;
  font-size: 2rem;
}

 #foot a {
  color: white;
  text-decoration: none;
 }
 
 .user {
  width: 30%; 
  height : 100%; 
  background-color: #f1d6ff;
  border: 1px solid black; 
  border-radius: 5px; 
  padding: 10px;
  padding-left: 5px; 
  text-align: center;
  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%);
 }

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

#wrap {
  max-width: 800px;
  margin: 0 auto;
  height: auto;
  border-radius: 3%;
 border: 1px solid black;
 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;
}

  br { clear: both; }

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



















