 :root {
 
  --body-bg-color: 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 {
  background-image: linear-gradient(to right, #f9c596, #fc5d9d);
}

 html, body {
  height: 100%;
  font-size: 17px;
  font-family: 'scotch';
  margin: 0 auto;
  background-size: 100px;
  color: black;
  background-color: rgba(177,169,193,255);
}

 body a {
  -webkit-text-stroke: 1px transparent;
  background-image: linear-gradient(to right, #f9c596, #fc5d9d);
  background-clip: text;
  color:white;
 }


 * {
  box-sizing: border-box;
}

 .bold {
  font-family: 'scotch';
  font-size: 1.1rem;
  -webkit-text-stroke: 1px black;
  color: lavender;
 }
 
 .bold2 {
  font-family: 'scotch';
  font-size: 1.1rem;
}

 .head {
  font-size: 1.4rem;
  -webkit-text-stroke: 1px #e4b3ff;
  font-family: 'scotch';
  height: auto;
  text-align: inherit;
 }
 
 .btn-default {
  background-image: linear-gradient( #f9c596, #fc5d9d);
  padding: 2px;
  text-align: center;
  color: white;
  border: 1px solid black;
  border-radius: 5px;
  font-size: 1.5rem;
  font-family: 'mont';
  margin-bottom: 10px;
  -webkit-text-stroke: 1.2px black;
}
 

#hold {
  width: 100%; 
  height: auto; 
  background-color: #bba7d6;
  padding: 1%;
  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, #f9c596, #fc5d9d);
  color: black;
  text-align: center;
  border-radius: 6px;
  border: 1px solid black;
  padding: 5px 0;
  font-size: 1rem;
  font-family: 'scotch';
  position: absolute;
  z-index: 999;
  bottom: 100%;
  left: 20%;
  margin-left: -90px;
}

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


 #container {
 background-color: #fff5fa;
 background: linear-gradient(rgba(0,0,0,0.0) 60%,rgba(187, 167, 214,1) 99%), url('https://i.ibb.co/6Zffxr7/1000005957-ai-brush-removebg-3pcj73gd.png');
 background-position: 49% 35%;
 background-size: cover;
 margin: 0 auto;
 width: 100%; 
 height: 300px;
 position: relative;
}

#nav {
  width: 100%;
  height: 6%;
  position: fixed;
  bottom: 0;
  display: flex;
  font-family: 'mont';
}

.bttn {
  width: 20%;
  height: 100%;
  background-image: linear-gradient(#e5d1ff, #cda9fc);
  text-align: center;
  padding: 2%;
  padding-top: 3.3%;
  color: white;
  -webkit-text-stroke: 1px black;
  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%);
}

 #nav a {
  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: 850px;
  margin: 0 auto;
  height: auto;
 overflow:hidden;
}

  br { clear: both; }

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



















