 :root {
 
  --body-bg-image: url('https://battitude.neocities.org/test/grad.png');


  --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 {
  flex: 0 0 100%;
  border-image: linear-gradient(to right, yellow, orange, lightpink, aquamarine, darkgray);
  border-width: 1.5px;
  border-style: solid;
  align-self: stretch;
  margin: 0;
 }

 ::selection {
  background-color: #a2ba39;
  color: white;
 }

 html, body {
  height: 100%;
  font-size: 28px;
  font-family: 'effloresce';
  margin: 0 auto;
  background-color: #e8e8e8;
  background-size: cover;
  background-position: center;
  background-image: var(--body-bg-image);
  color: black;
}

 body a {
  background: linear-gradient(to right, yellow, darkorange, lightpink, aquamarine, darkgrey);
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px transparent;
  color: #b2222;
 }


 * {
  box-sizing: border-box;
}

 .bold {
  -webkit-text-stroke: 1px black;
}

 .number {
  font-family: 'europa';
  -webkit-text-stroke: inherit;
 }
 
 .heading {
   font-size: 2.6rem; 
   background-image: url('https://acidangel.neocities.org/test/bg3.png'); 
   background-clip: text; 
   color: transparent; 
   background-size: cover; 
   -webkit-text-stroke: 1px black;
 }
 
#foot {
  width: 100%;
  height: 125px;
  background-image: linear-gradient(to left, rgba(202, 237, 133,1) 35%, transparent 70%), url('https://newtopia.neocities.org/graphics/other/ttylxoxo.png');
  background-size: cover, 55%;
  background-repeat: no-repeat;
  background-color: #b9dc82;
  box-shadow: 0 0 15px inset;
  display: flex;
  position: relative;
}

#foot a{
 color: white;
}

#stats {
  width: 59%;
  height: 100%;
  padding: 10px;
  color: white;
  -webkit-text-stroke: .6px white;
  font-family: 'e-bold';
}

#aff {
  width: 40%;
  height: 100%;
  text-align: center;
  padding: 10px;
}

 .um {
  width: 100%;
  height: 150px;
  box-shadow: 0 0 15px black inset; 
  border: 1px solid black;
  background-image: inherit; 
  background-size: cover; 
  background-position: inherit; 
  font-family: inherit; 
  display: flex; 
  justify-content: center; 
  align-items: center;
  font-size: inherit;
 }
 
 .um a {
  text-decoration: none;
  color: inherit;
  -webkit-text-stroke: inherit;
 }

#looble {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 3%;
  padding-top: 1%;
  color: #fff4e6;
  -webkit-text-stroke: 1px #de8f69;
  text-align: center;
}

 #looble:target {
  display: block !important;
}


#ooak {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 3%;
  color: #f64db4;
  -webkit-text-stroke: .8px #ffd0f0;
  text-align: center;
}

 #ooak:target {
  display: block !important;
}

#ttyl {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 3%;
  text-align: center;
  color: #bbe070;
  -webkit-text-stroke: .8px #839438;
}

 #ttyl:target {
  display: block !important;
}

#hyunjin {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  padding: 0;
}

 #hyunjin:target {
  display: block !important;
}

#vivi {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

 #vivi:target {
  display: block !important;
}

#yeojin {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

 #yeojin:target {
  display: block !important;
}

#gowon {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

 #gowon:target {
  display: block !important;
}

#hyeju {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

 #hyeju:target {
  display: block !important;
}

 .inf {
  width: 65%;
  display:inline-block;
  padding-bottom: 10px;
 }
 
 .nm {
  width: 40%;
  height: 25%;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  -webkit-text-stroke: 1px black;
 }
 
 .in {
  font-family: 'e-bold';
 }

 .pic {
  width: 33%;
  display: inline-block;
  text-align: center;
  position: relative;
 }

 .pic img {
  position: absolute;
  bottom: 0;
  right: 0;
 }

 .title {
  height: auto;
  width: 100%;
  text-align: inherit;
  font-size:2rem;
  margin-bottom: 5px;
}

 .menu {
  width: 100%;
  height: 40%;
  background-image: url('https://newtopia.neocities.org/graphics/other/hm.png');
  background-size: cover; 
  background-position: center;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
 }
 
 .name {
  width: 100%;
  height: 20%;
  display: flex;
  align-items: center;
  justify-content:center;
 }
 
 .info {
  width: 100%;
  height: 40%;
  font-family: 'effloresce';
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:center;
 }
 
 .button {
  width: auto;
  height: auto;
  border-radius: 30px;
  background-image: linear-gradient(#e8e8e8, #a8a8a8);
  border: 1px solid gray;
  padding: 3%;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content:center;
  box-shadow: 0 0 5px gray inset;
  font-family: 'europa';
 }
 
 .mmb {
  width: 30%;
  height: 160px;
  border-style: solid;
  border-width: 1.5px;
  border-color: inherit;
  font-family: 'e-bold';
  text-align: center;
  background-color: white; 
  background-size: cover;
  flex-shrink: 0;
  margin-right: 10px;
  margin-bottom: 30px;
 }
 
 #hold {
  width: 100%;
  height: 375px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 3%;
display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
 }

 #menu {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
 }
 
 #img {
  width: 100%;
  height: 400px;
  border-bottom: 1px solid black;
  box-shadow: 0 0 5px black inset;
  position: relative;
  background-image: url('https://newtopia.neocities.org/graphics/other/scs.gif');
  background-size: cover;
 }
 
 #img-mid {
  width: 55%;
  height: 65px;
  border-radius: 35px;
  background-image: linear-gradient(#e8e8e8, #a8a8a8);
  border: 1px solid gray;
  padding: 1.5%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content:center;
  box-shadow: 0 0 5px gray inset;
  font-family: 'e-bold';
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 5%;
 }
 
 #mid {
  width: 50%;
  height: auto;
  border-radius: 30px;
  background-image: linear-gradient(#e8e8e8, #a8a8a8);
  border: 1px solid gray;
  padding: 1.5%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content:center;
  box-shadow: 0 0 5px gray inset;
  font-family: 'e-bold';
 }
 
  #middle {
  width: 80%;
  height: auto;
  border-radius: 30px;
  background-image: linear-gradient(#e8e8e8, #a8a8a8);
  border: 1px solid gray;
  padding: 1.5%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content:center;
  box-shadow: 0 0 5px gray inset;
 }
 
 .tap {
  width: 17%;
  height: 25px;
  border-right: 1px solid gray;
  font-family: 'e-bold';
  font-size: .75rem;
 }
 
 .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid black;
  color: black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-image: linear-gradient(to bottom right, #fff48f, #ffc58f, #ffd4fc, #8fffdf, #ede1ec);
  color: black;
  text-align: center;
  border-radius: 6px;
  border: 1px solid black;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -145px;
  font-family: 'effloresce';
}

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

 #members {
  width: 100%;
  height: 100px;
  display: flex;
  border-top: 1px solid black;
  box-shadow: 0 0 5px black inset;
}

 #members a {
  color: inherit;
  text-decoration: none;
  -webkit-text-stroke: 1px black;
}

.member {
  width: 20%; 
  height: 100%;
  background-size: cover;
  font-family: 'europa';
  font-size: 1.5rem;
  padding: 2px;
  padding-left: 5px;
  padding-top: 10px;
  border-right: 1px solid black;
}

.member:nth-child(5){
  border-right: 0;
}

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

}

#form {
  width: 100%;
  text-align: center;
  font-family: 'e-bold';
}

.btn-default {
  font-family: 'europa';
  background-color: #cade8e;
  border: 1px solid green;
  font-size: 1.5rem;
  border-radius: 5px;
  padding-top: .5%;
  color: #768f14;
  -webkit-text-stroke: 1px #e9eae9;
}
 
 .flash {
  -webkit-text-stroke: 1px black;
  animation-name: flash;
  animation-duration: 5s;
  animation-direction: alternate-reverse;
  animation-iteration-count: infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.35rem;
}

@keyframes flash {
 100% {background-color: yellow}
 75% {background-color: darkorange}
 50% {background-color: lightpink}
 25% {background-color: aquamarine}
 0% {background-color: gray}
}
 
 #notice {
  width: 100%; 
  height: auto; 
  box-shadow: 0 0 15px black inset; 
  padding: 2%; 
  background-image: url('https://newtopia.neocities.org/graphics/other/ttyl.png'); 
  background-size: cover;
  background-position: center;
  text-align: center; 
  font-size: .9rem;
 }
 
 #head {
  width: 100%; 
  height: 150px; 
  box-shadow: 0 0 15px black inset; 
  padding: 2%; 
  background-image: url('https://newtopia.neocities.org/graphics/other/try.gif'); 
  background-size: cover;
  background-position: 0 25%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
 }
 
 #bottom {
  width: 100%; 
  height: 160px; 
  box-shadow: 0 0 15px black inset; 
  padding: 2%; 
  background-image: url('https://newtopia.neocities.org/graphics/other/try.gif'); 
  background-size: cover;
  background-position: 0 25%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
 }

.lol {
  max-width: 750px;
  height: 40px;
}

#wrap {
  max-width: 750px;
  margin: 0 auto;
  height: auto;
  border: 1px solid black;
  box-shadow: 0 0 15px black inset;
  overflow:hidden;
  background-color: white;
  background-size: cover;
  padding-bottom: 1.5%;
}

 #links {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  padding: 2%; 
  padding-left: 1%; 
  padding-top: 1.5%;
  font-size-adjust: .5;
 }

.bounce mark { 
  font-size: 2rem; 
  font-family: 'e-bold';
  -webkit-text-stroke: 1px #a2ba39;
  z-index: 99; 
  animation: bounce 2s infinite; 
  animation-timing-function: cubic-bezier(0.25, 0.85, 0.4, 1);
  width:auto;
  background: none;
}
 
.bounce mark:nth-child(1) { animation-delay:0s; display:inline-block; color: yellow;}
.bounce mark:nth-child(2) { animation-delay:0.2s; display:inline-block; color: darkorange;}
.bounce mark:nth-child(3) { animation-delay:0.4s; display:inline-block; color: pink;}
.bounce mark:nth-child(4) { animation-delay:0.6s; display:inline-block; color: aquamarine;}
.bounce mark:nth-child(5) { animation-delay:0.8s; display:inline-block; color: darkgray;}
.bounce mark:nth-child(6) { animation-delay:1s; display:inline-block; color: yellow;}
.bounce mark:nth-child(7) { animation-delay:1.2s; display:inline-block; color: darkorange;}
.bounce mark:nth-child(8) { animation-delay:1.4s; display:inline-block; color: pink;}
.bounce mark:nth-child(9) { animation-delay:1.6s; display:inline-block; color: aquamarine;}
.bounce mark:nth-child(10) { animation-delay:1.8s; display:inline-block; color: darkgray;}
 
@keyframes bounce { 0% { transform: scale(1,1) translateY(0); } 10% { transform: scale(1.1,.9) translateY(0); } 30% { transform: scale(.9,1.1) translateY(-30px); } 50% { transform: scale(1.05,.95) translateY(0); } 60% { transform: scale(1,1) translateY(-4px); } 100% { transform: scale(1,1) translateY(0); } }



  br { clear: both; }

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



















