body {
  text-align: center;
}

button {
  border-radius: 50%;
  text-align: center;
  text-decoration-color: #ffffff;
}



.body {
  margin-left: 40px;
  margin-right: 40px;
  text-align: center;
}


p,footer,span,h2 {
  color: #fff;
  text-align: center;
  padding: 20px;
  margin: 10px;
  align-items: center;
  align-self: center;
  left: 1000px;
  font-family: 'Indie Flower', cursive;
}
.wrestling-IMG {
  height: auto;
  width: 90%;
  display:block;
  margin-left:auto;
  margin-right:auto;
  width: auto;
  max-width: 200px;
  max-height: 200px;
}




.background2{
  background: linear-gradient(-45deg, #ff0000, #c800ff, #0e00ff)
}

 .background   {
  background: url('/IMG/ep_naturalblack.webp') repeat;
  /* background: linear-gradient(45deg, #ff0000, #000000); */
/* width: auto;  
height: auto; */
}

h1,h2,h3,h4,h5,h6 {
  rotate: 0deg;
}
h1,h2,h3,h4,h5,h6:hover{
  rotate: 1800deg;
}


.me {
  width: 100%;
  height: auto;
  max-width: 1200px;

}





h1,
h2 {
  text-align: center;
}

a,
button {
  cursor: pointer;
  text-align: left;
  border-radius: 10px;
}

.herobrine {
  width: 100px;
}

.myFamily {
  padding: 5px 30px;
  border-radius: 1em;
  border: 1px solid white;
  background: #127a7b;
  color: white;
  display: none;
}

.myFamily:hover {
  background: #22f22c;
}

.popUp {
  position: fixed;
  background: purple;
  width: 100%;
  top: 0;
  height: 100vh;
  display: none;
}

.the_X {
  color: #14ac6d;
  cursor: pointer;
}

.gif {
  width: 90%;
  max-width: 700px;
  display: block;
  margin: 33px auto 0;
}

.abcde {
  color: white;
}

.abcd {
  color: white;
}

.abc {
  color: white;
}

.ab {
  color: white;
}

.a {
  color: white;
}

.thing {
  color: white;
}

.dugA_Hole {
  color: white;
}

.duh {
  color: white;
}

.getDaBug {
  width: 300px;
}



.didy_Kongg {
  text-align: left;
}

.kik {
  width: 102px;
}


.paragraph{
  size: 19px;
  left: 100px;
}
.paragraph:hover{
  color: #00b3fffd;
  cursor: pointer;
  font: italic;
  rotate: 5deg;
}


.bunny_tooth_stink {
  width: 200px;
}

.bugsLief {
  font: italic;
  font: underline;
}
.biggertext {
  font-size: 25px;
  color:#fff;
  font-weight: 600;
}


.mainMenu {
  margin: 0 auto;
  align-items: left;
}

.mainMenu li {
  display: inline-block;
  text-transform: capitalize;
  background: white;
  border-left: 1px solid black;
}

.mainMenu li:hover {
  background: gray;
  cursor: pointer;
}

.mainMenu li a {
  color: black;
  text-decoration: none;
  padding: 5px 20px;
}

h1 {
  font-size: 50px;
  font-weight: 100;
  color: white;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Indie Flower', cursive;
}

.rotate1:hover {
  animation-iteration-count: infinite;
  border-radius: 4em;
}

.rotate1 {
  background: red;
  animation: animate 1s;
  border-radius: 77px;
}

@keyframes animate {


  0% {
    background: red;
    transform: scale(1) rotate(-9deg);
  }

  25% {
    background: blue;
    transform: scale(1) rotate(-9deg);
  }

  50% {
    background: red;
    transform: scale(1) rotate(0deg);
  }

  75% {
    background: blue;
    transform: scale(1) rotate(9deg);
  }

  100% {
    background: red;
    transform: scale(1) rotate(9deg);
  }
}


.rotate2 {
  background: #000000;
  animation: code 5s;
  size: 9vh;
}

@keyframes code {


0%{
  transform: scale(1) rotate(100);
}
10%{
  transform: scale(1) rotate(110);
}
20%{
  transform: scale(1) rotate(120);
}
30%{
  transform: scale(1) rotate(130);
}
40%{
  transform: scale(1) rotate(150);
}
50%{
  transform: scale(1) rotate(180);
}
60%{
  transform: scale(1) rotate(150);
}
70%{
  transform: scale(1) rotate(130);
}
80%{
  transform: scale(1) rotate(120);
}
90%{
  transform: scale(1) rotate(110);
}
100%{
  transform: scale(1) rotate(100);
}
}

.rotate3:hover {
  animation-iteration-count: infinite;
  border-radius: 4em;
}

.rotate3 {
  background: red;
  animation: jester 1s;
}

@keyframes jester {


  0% {
    background: red;
    transform: scale(1) rotate(-9deg);
  }

  25% {
    background: blue;
    transform: scale(1) rotate(-9deg);
  }

  50% {
    background: red;
    transform: scale(1) rotate(0deg);
  }

  75% {
    background: blue;
    transform: scale(1) rotate(9deg);
  }

  100% {
    background: red;
    transform: scale(1) rotate(9deg);
  }
}

.rotate4:hover {
  animation-iteration-count: infinite;
  border-radius: 4em;
}

.rotate4 {
  background: red;
  animation: hacker 1s;
}

@keyframes hacker {


  0% {
    background: red;
    transform: scale(1) rotate(-9deg);
  }

  25% {
    background: blue;
    transform: scale(1) rotate(-9deg);
  }

  50% {
    background: red;
    transform: scale(1) rotate(0deg);
  }

  75% {
    background: blue;
    transform: scale(1) rotate(9deg);
  }

  100% {
    background: red;
    transform: scale(1) rotate(9deg);
  }
}

.rotate5:hover {
  animation-iteration-count: infinite;
  border-radius: 4em;
}

.rotate5 {
  background: red;
  animation: pro 1s;
}

@keyframes pro {


  0% {
    background: red;
    transform: scale(1) rotate(-9deg);
  }

  25% {
    background: blue;
    transform: scale(1) rotate(-9deg);
  }

  50% {
    background: red;
    transform: scale(1) rotate(0deg);
  }

  75% {
    background: blue;
    transform: scale(1) rotate(9deg);
  }

  100% {
    background: red;
    transform: scale(1) rotate(9deg);
  }
}

.rotate6:hover {
  animation-iteration-count: infinite;
  border-radius: 4em;
}

.rotate6 {
  background: red;
  
  animation: nooby 1s;
  
}

@keyframes nooby {


  0% {
    background: red;
    transform: scale(1) rotate(-9deg);
  }

  25% {
    background: blue;
    transform: scale(1) rotate(-9deg);
  }

  50% {
    background: red;
    transform: scale(1) rotate(0deg);
  }

  75% {
    background: blue;
    transform: scale(1) rotate(9deg);
  }

  100% {
    background: red;
    transform: scale(1) rotate(9deg);
  }
}

.rotate7:hover {
  animation-iteration-count: infinite;
  border-radius: 4em;
}

.rotate7 {
  background: red;
 
  animation: nooob 1s;
 
}

@keyframes nooob {


  0% {
    background: red;
    transform: scale(1) rotate(-9deg);
  }

  25% {
    background: blue;
    transform: scale(1) rotate(-9deg);
  }

  50% {
    background: red;
    transform: scale(1) rotate(0deg);
  }

  75% {
    background: blue;
    transform: scale(1) rotate(9deg);
  }

  100% {
    background: red;
    transform: scale(1) rotate(9deg);
  }
}



.rotate8:hover {
  animation-iteration-count: infinite;
  border-radius: 4em;
}

.rotate8 {
  background: red;
  
  animation: anti-verse 1s;
  
}

@keyframes anti-verse {


  0% {
    background: red;
    transform: scale(1) rotate(-9deg);
  }

  25% {
    background: blue;
    transform: scale(1) rotate(-9deg);
  }

  50% {
    background: red;
    transform: scale(1) rotate(0deg);
  }

  75% {
    background: blue;
    transform: scale(1) rotate(9deg);
  }

  100% {
    background: red;
    transform: scale(1) rotate(9deg);
  }
}



.rotate9:hover {
  animation-iteration-count: infinite;
  border-radius: 4em;
}

.rotate9 {
  background: red;

  animation: hhbsix 1s;
  
}

@keyframes hhbsix {


  0% {
    background: red;
    transform: scale(1) rotate(-9deg);
  }

  25% {
    background: blue;
    transform: scale(1) rotate(-9deg);
  }

  50% {
    background: red;
    transform: scale(1) rotate(0deg);
  }

  75% {
    background: blue;
    transform: scale(1) rotate(9deg);
  }

  100% {
    background: red;
    transform: scale(1) rotate(9deg);
  }
}




.rotate10:hover {
  animation-iteration-count: infinite;
  border-radius: 4em;
}

.rotate10 {
  background: red;
  animation: bbussfour 1s;

}

@keyframes bbussfour {
  0% {
    background: red;
    transform: scale(1) rotate(-9deg);
  }

  25% {
    background: blue;
    transform: scale(1) rotate(-9deg);
  }

  50% {
    background: red;
    transform: scale(1) rotate(0deg);
  }

  75% {
    background: blue;
    transform: scale(1) rotate(9deg);
  }

  100% {
    background: red;
    transform: scale(1) rotate(9deg);
  }
}





.rotate11:hover {
  animation-iteration-count: infinite;
  border-radius: 4em;
}

.rotate11 {
  background: red;
  animation: mgvul 1s;
}

@keyframes mgvul {
  0% {
    background: red;
    transform: scale(1) rotate(-9deg);
  }

  25% {
    background: blue;
    transform: scale(1) rotate(-9deg);
  }

  50% {
    background: red;
    transform: scale(1) rotate(0deg);
  }

  75% {
    background: blue;
    transform: scale(1) rotate(9deg);
  }

  100% {
    background: red;
    transform: scale(1) rotate(9deg);
  }
}


.hacker {
  height: 100px;
  width: 90px;
}

.rotate12:hover {
  animation-iteration-count: infinite;
  border-radius: 4em;
}

.rotate12 {
  background: red;
  
  animation: codeMaster 1s;
  
}

@keyframes codeMaster {
  0% {
    background: red;
    transform: scale(1) rotate(-9deg);
  }

  25% {
    background: blue;
    transform: scale(1) rotate(-9deg);
  }

  50% {
    background: red;
    transform: scale(1) rotate(-9deg);
  }

  75% {
    background: blue;
    transform: scale(1) rotate(9deg);
  }

  100% {
    background: red;
    transform: scale(1) rotate(9deg);
  }
}

.class {
  text-align: center;
  /* border: solid 3px black; */
  /* border-radius: 100px; */
  margin-top: 50px;
  /* background-color: #c4b6e2; */
  padding: 5px 5px 5px 5px;
  color: rgb(255, 255, 255);
  left: 50;
}
.class:hover{
  font-size: 30px;
}




.class.stay {
  background: rgb(34,193,195);
  background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
  background: transparent;
}



.size {
  width: 90%;
  max-width: 700px;
  height: auto;
}

.size-0 {
  width: 9%;
  height: 9%;
}

.xxx {
  height: 30%;
  width: 30%;
}

.noob {
  color: solid black;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}



.progress-bar {
  width: 500px;
  height: 3rem;
  border-radius: 1.5rem;
  color: white;
  position: relative;
}

.progress-bar::before {
  content: attr(data-label);
  display: flex;
  align-items: center;
  position: absolute;
  left: 0.5em;
  top: 0.5em;
  bottom: 0.5em;
  width: calc(var(--width, 0) * 1%);
  min-width: 2rem;
  max-width: calc(100% - 1em);
  background-color: 1em;
  border-radius: 1em;
  padding: 1em;
}

.button-css {
  background: url('../IMG/StoneButton.png') no-repeat;
  background-size: 86px 76px;
  width: 86px;
  height: 76px;
  border: 0px;
  margin-bottom: 100px;
}


.button-css:active {
  background: url('../IMG/StoneButton-pressed.png') no-repeat;
  background-size: 86px 76px;
}

.size606 {
  margin: 30px;
  height: 210px;
  width: 330px;
}

.evoker {
  color: black;
}

.color {
  color: white;
}

.round {
  border-radius: 3em;
  background-color: #c24384;
  height: 10%;
  width: 15%;
}



.large-button {
  width: 200px;
  height: 190px;
  position: absolute;
  background: url(/media/images/transparent_button_normal.png.pagespeed.ce._PQuVSQuHh.png) no-repeat;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}



#onlyOne {
  display: inline-block;
  background: orange;
  padding: 3px 10px;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  margin: 20px auto;
  width: auto;
  text-transform: uppercase;

}

.hiddenBody {
  display: none;
}

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
  text-decoration: bold italic;
}

.firstSignUp {
  border-radius: 30px;
  background-color: #00ff48;
  border: #fff;
  padding: 10px;
  flex-direction: space-between;
  flex-wrap: wrap;
}

.div {
  background-color: #5fcf80;
}

.flex-it {
  border-radius: 30px;
  background-color: green;
  margin: 40px;
  width: 50%;
}

.tyde {
  border-radius: 10px;
  border-color: #00FF00;
  border: none;
}

.hello {
  color: red;
  text-align: center;
}

.big {
  height: 20px;
  width: 10px;
}



.submit {
  border-radius: 10px;
  border: none;
  background-color: green;
  padding: 10px;
  font-size: 20px;
}

.gold {
  color: #837c09;
}



.riddlespage p {
  text-align: center;
}

.cool-button {
  border-radius: 5px;
  background-color: #fff;
}


.t200 {
  clear: both;
}

@media only screen and (max-width: 900px) {
  .t200 {
    width: 100%;
  }
}

.kodableImage {
  width: 90px;
  min-width: 300px;
  margin: 0 auto;
  display: none;
  position: absolute;
}


.minecraftLaunch {
  width: 90px;
  min-width: 300px;
  margin: 0 auto;
  display: none;
  position: absolute;
}

.minecraftButton {
  border-radius: 7px;
  color: black;
  margin: 0 auto;
}


.bunyCode {
  width: 90px;
  min-width: 300px;
  text-align: center;
  margin: 0 auto;
  display: none;
  position: absolute;
}

.bunyCodeButton {
  border-radius: 7px;
  margin: 0 auto;
}

.chessIMG {
  width: 90px;
  min-width: 300px;
  text-align: center;
  margin: 0 auto;
  display: none;
  position: absolute;
}

.chessButton {
  border-radius: 7px;
  margin: 0 auto;
}

.linxLOOK {
  width: 90px;
  min-width: 300px;
  text-align: center;
  margin: 0 auto;
  display: none;
  position: absolute;
}

.linxClick {
  border-radius: 7px;
  margin: 0 auto;
}

.numberButton {
  border-radius: 7px;
  margin: 0 auto;
}

.numberIMG {
  width: 90px;
  min-width: 300px;
  text-align: center;
  margin: 0 auto;
  display: none;
  position: absolute;
}

.fix {
  height: 50px;
  width: 50px;
}



.welcomeMessage {
  color: #fff;
  font-size: 50px;
  position: fixed;
  top: 50%;
  width: 100%;
  left: 0;
  text-align: center;
  text-shadow: 6px 4px 5px #000000;
  animation-name: example;
  animation-duration: 7s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes example {
  0% {
    font-size: 1px;
    opacity: 0.2;
  }

  10% {
    font-size: 70px;
  }

  25% {
    font-size: 60px;
    opacity: 0.6;
  }

  50% {
    font-size: 20px;
    opacity: 1;
  }

  55% {
    color: rgb(0, 0, 101);
  }

  60% {
    opacity: 0.3;
  }

  75% {
    color: green;
    opacity: 1;
  }

  80% {
    color: rgb(91, 0, 0);
    opacity: 0.5;
  }

  90% {
    opacity: 0.11;
  }

  91% {
    font-size: 50;
  }

  93% {
    font-size: 40;
  }

  95% {
    font-size: 35;
  }

  100% {
    font-size: 39px;
    opacity: 0;
  }
}

.ghost {
 opacity: 0;
 border-radius: 5%;
}
.ghost :hover {
  opacity: 1;
}
.newGIF {
  width: 100px;
  height: 75px;
  position: fixed;
  display: none;
}

.GIFhover:hover {
  display: all;
}


.controling {
  width: auto;
  height: 60vh;
  z-index: 1000;
  position: arelative;
}





iframe {
  width: 100%;
}



.animationButton {
  position: absolute;
  left: 2px;
  top: 50px;
  height: auto ;
  width: 50px;
  z-index: 100000;
}

.animationButton:hover {
  color: darkcyan;
}

.roundButton {
  border-radius: 10px;
  color: #638e94;
}

.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 1%;
  width: 120px;
  height: 120px;
  animation: spin 1s linear 3s;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
}

.buttonToMessage {
  border-radius: 5%;
  color: red;
}

.buttonToMessage:hover {
  border-radius: 0px;
  color: blue;
}
.messageInput {
	height: 300px;
	width: 450px;
	background: #272640;

}


.close-upDIV{
  background-image: url("../IMG/close-up-ALAO-3.png");
  width: 100%;
  position: relative;
  background-position: top;
  background-size: contain;
  position: relative;
}
.close-upDIV2{
  /* position: relative; */
  width: fit-content;
  margin: 0 auto;
}


.bubble {
  /* background: #fff; */
  background-color:rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  color: #000000;
  font-size: 20px;
  /* padding: 20px 30px; */
  position: absolute;
  top: 20px;
  right: 50%;
  
}

.bubble2 {
  display: none;
}



.blob { 
  color: #ffffff;
  border-radius: 0;
  background-color: transparent;
  text-align: center;
  border: 2px solid #fff;
  padding: 5px 20px;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  text-transform: uppercase;
}
.rotate2:hover,
.highlightedColor button {
  background: #fff;
  color: #000000;

}


a {
  color: transparent;
}
.hi{
  flex-wrap: wrap;
  display: flex;
  border-radius: 10px;
  justify-content: space-around;
}





@media screen and (max-width: 729px){
  .blob {
    font-size: 30px;
    margin: 40px 0;
    display: block;
    text-transform: uppercase;
  }
}


.thisIMG {
  rotate: 0deg;
}
.thisIMG:hover {
  size: 565px;
  rotate: 1deg;
}






.thisOimg {
  rotate: 0;
}

.thisOimg:hover {
  rotate: -1deg;
}

.expand{
  size: auto;
}

.expand:hover{
  transform: scale(1.05);
}

.new_font{
  border-top: 5px dotted black;
}

hr {
  color: #ffffff;
  border: 5px;
  border-radius: 3px;
  height: 1px;
  background: #fff;
  width: 25%;
  margin-bottom: 100px;
  margin-top: 15px;
}


.img {
  border: solid #666 2px;
  border-radius: 10px;
}



.boxed{
  /* border: solid 5px #666; */
  border-radius: 5px;
  margin: 50px;

}
.boxed:hover {
  /* border: solid 5px #666; */
  border-radius: 30px;
  margin: 50px;
 }

.hoverstate{
  color: white;
}
.hoverstate:hover{
  color: aqua;
}

/* .navStaying{
  position: fixed;
  padding: 10px 20px;
  margin-left: ;
} */


.fishing{
  width:auto;
  height: 300px;
}

.Text_12{
  color: #00d0ff;
  size: 10px;
}

.Text_12:hover{
  size: 15px;
}

.Boarder_chess_page {
  border-radius: 10px;
  border: 15px solid gold;
  margin: auto;
}

.dotted {
  border: 1px dotted black;
}

.center {
  margin: auto;
}

.houseRenovations{
  margin-top: auto;
  margin-bottom: auto;
}

.iframeWidth{
  width: 90%;
  max-width: 700px;
}
