/* The first * is used as a global selector for margin/padding */

*{
  animation: animate 0.50s infinite;
  margin: 0;
  padding: 0;
}

/* background image tweaks */

body{
  background-image: url('https://furakua.neocities.org/xpbg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

/* Main big text upon entering website */

.header{
  background-color: #345eeb;
  text-align: center;
  font-size: 85px;
  color: white;
  margin-bottom: 25px;
  border-style: dashed;
  border-width: 12px;
  border-color: white;
  font-family: "Jersey 10";
  letter-spacing: 12px;
}

#bannerimg {
  width: 1080;
  height: 494px;
  background-image: url('https://furakua.neocities.org/website-banner.png');
  background-size: 100% 100%;
  position: relative;
  border-style: inset;
  border-color: green;
  border-width: 20px;
}

/* Quick information box below the main text */



.container{
  display: flex;
  font-size: 10px;
  letter-spacing: normal;
  height: 25px;
  position: absolute;
  left: 370px;
  bottom: 255px;
}

.header-w98{
  text-align: center;
  letter-spacing: 16px;
}

.window-body{
  text-align: center;
  font-size: 20px;
}

#card3title{
  color:red;
}

#card2title{
  color: beige
}

#card1title{
  color: green
}

#card4title{
  color: blue
}

.workinprogressbutton{
  text-align: center;
}

.workinprogressbutton #disabledbutton{
  margin: 10px;
  font-size: 22px;
  height:60px;
  width: 140px;
}

.workinprogressbutton #enabledbutton{
  margin:10px;
  font-size: 22px;
  height:60px;
  width: 140px;
}
.character-int{
  font-size: 10px;
  letter-spacing: normal;
  height: 25px;
  position: absolute;
  left: 20px;
  bottom: 785px;
}

.character-desc{
  height: 25px;
  position: absolute;
  left: 350px;
  bottom: 785px;
}

.character-desc .window-body {
  text-align: left;
  font-size: 35px;
  letter-spacing: 1px;
  word-spacing: 3px;
}

.invitation-desc{
  height: 25px;
  position: absolute;
  left: 656px;
  bottom: 485px;
}

.invitation-desc .window-body{
  text-align: left;
  font-size: 24px;
  letter-spacing: 1px;
  word-spacing: 3px;
}

.discord-share{
  font-family: "Pixelated MS Sans Serif";
  font-size: 19px;
  height: 30px;
  position: absolute;
  left: 350px;
  bottom: 480px;
  width: 300px
}

.update-registry{
  height: 25px;
  position: absolute;
  left: 1105px;
  bottom: 784px;
}

.update-registry #updates-text{
  text-align:center;
  font-size: 58px;
  letter-spacing: 10px
}

.update-registry .sunken-panel .interactive{
  letter-spacing: 1px;
}

#neocities-gif{
  position: absolute;
  left: 25px;
  bottom: 5px;
}

#neoheader-gif{
  position: absolute;
  left: 25px;
  bottom: -100px;
}

#win4ever{
  position: absolute;
  left:10px;
  bottom: 110px;
}

#squigly-dizzy{
  position: absolute;
  left: 1675px;
  bottom: -200px;
}

#overlay{
  margin: none;
  border: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  animation: animate 0.50s infinite;
}

@keyframes animate{
  0%{ 
    cursor: url("https://furakua.neocities.org/custom-cursor-w98/photodisc-cursor0.png"), auto;
  }
  20%{ 
    cursor: url("https://furakua.neocities.org/custom-cursor-w98/photodisc-cursor1.png"), auto;
  }
  40%{ 
    cursor: url("https://furakua.neocities.org/custom-cursor-w98/photodisc-cursor3.png"), auto;
  }
  60%{ 
    cursor: url("https://furakua.neocities.org/custom-cursor-w98/photodisc-cursor4.png"), auto;
  }
  80%{ 
    cursor: url("https://furakua.neocities.org/custom-cursor-w98/photodisc-cursor5.png"), auto;
  }
  100%{ 
    cursor: url("https://furakua.neocities.org/custom-cursor-w98/photodisc-cursor0.png"), auto;
  }
  
}