* {
  margin: 0px;
}
@keyframes bgmove {
  from {background-position: 0px 0px;}
  to {background-position: 128px 128px;}
}
@keyframes marqueemove {
  from {left: 0px;}
  to {left: -1536px;}
}
@font-face {
  font-family: W95;
  src: url(W95font.otf)
}
@font-face {
  font-family: W95B;
  src: url(W95font-Bold.otf)
}
#effect {
  width: 100%;
  z-index: 15;
  position: relative;
  position: fixed;
  margin-top: -30px;
  pointer-events: none;
  display: none;
}
body {
  background-image: url('bgholder.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  font-family: PC98;
}
main {
  font-family: W95;
  margin: 0px auto 10px auto;
  width: 80%;
  border-left: 7px groove black;
  border-right: 7px groove black;
  border-bottom: 7px groove black;
  background-color: black;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 0px 0px 170px 40px 100px 100px 0px 100px 100px 100px 100px 0px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding: 15px;
  overflow-y: scroll;
}
.siteheader {
  border-left: 7px groove black;
  border-top: 7px groove black;
  border-right: 7px groove black;
  padding: 15px 5px 15px 25px;
  width: 80%;
  height: 13px;
  margin: 30px auto 0px auto;
  background-color: #6622db;
  background-image: url("stripes.png");
  background-repeat: repeat;
  animation: bgmove 5s linear infinite;
  background-attachment: fixed;
  text-align: left;
  font-size: 200%;
  overflow: hidden;
  font-family: W95;
}
.siteheader > span {
  margin: -10px 0px 0px 25px;
  position: absolute;
}
.sitelogo {
  float: left;
  height: 36px;
  margin: -14px 0px 0px -15px;
}
.siteheaderbutton {
  margin: -11px 0px 0px 10px;
  height: 36px;
  float: right;
}
.box-style {
  border: 3px ridge gray;
  box-shadow: 0px 0px 3px gray;
}
header {
  background-image: url("fire.gif");
  background-size: 100% 40%;
  background-repeat:  no-repeat;
  background-position: top;
  background-attachment: fixed;
  filter: hue-rotate(-90deg);
  grid-area: 1 / 1 / 4 / 6;
}
#headerbanner {
  z-index: 10;
  margin: -30px 0px 0px 55px;
  position: absolute;
  cursor: pointer;
}
a {
  text-decoration: none;
}
a > span {
  color: #000000;
  font-size: 200%;
  margin: 0px 50px 0px 7px;
  vertical-align: top;
  color: white;
}
a > img {
  height: 45px;
  width: 45px;
}

#main {
  background-color: #222224;
  grid-area: 5 / 2 / 11 / 5;
  overflow-y: scroll;
}
.maincontent {
  width: 100%;
}
#intro {
  color: white;
  text-align: center;
}
#intro > p {
  margin: 10px auto 10px auto;
  font-size: 120%;
  max-width: 95%;
}
#intro > p > span{
  color: #6622db;
}
#introheader {
  width: 90%;
  background-image: url("stripes.png");
  background-repeat: repeat;
  animation: bgmove 5s linear infinite;
  background-attachment: fixed;
  margin: 40px auto 30px auto;
  text-align: center;
  border-radius: 30px;
  border: 5px solid black;
}
#introheader > h1{
  margin: 1.9vw 0px 1.3vw 0px;
  font-size: 3vw;
  resize: auto;
  position: relative;
  font-family: W95B;
}

#aboutme {
  display: none;
}
#bar {
  background-color: #ffffff;
  grid-area: 4 / 1 / 5 / 5;
  align-content: center;
  text-align: center;
  overflow-x: scroll;
  font-size: 100%;
  white-space: nowrap;
}
#wawa {
  background-color: #ffffff;
  grid-area: 4 / 5 / 5 / 6;
}
.asideheader {
  width: 100%;
  background-color: #6622db;
  height: 30px;
  padding-bottom: 4px;
  text-align: center;
  align-content: center;
  border-bottom: 3px ridge gray;
  background-image: url("stripes.png");
  background-repeat: repeat;
  animation: bgmove 5s linear infinite;
  background-attachment: fixed;
}
.asidecontent {
  overflow-y: scroll;
  height: calc(100% - 30px);
}
#aside1 {
  background-color: #ffffff;
  grid-area: 5 / 1 / 9 / 2;
  overflow: hidden;
}
.sidebutton {
  width: 100%;
  height: 12.23%;
  border: 2px ridge gray;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  font-family: W95B;
  align-content: center;
}
.sidebutton:hover {
  background-color: #9775FF;
  color: white;
}
.sidebutton:focus {
  background-color: #4D329E;
  color: white;
}
#aside2 {
  background-color: #ffffff;
  grid-area: 9 / 1 / 11 / 2;
  overflow: hidden;
}
.clique{
  margin: 10px 0px 0px 9px;
}
#aside3 {
  background-color: #ffffff;
  grid-area: 5 / 5 / 8 / 6;
  overflow: hidden;
}
#updates > h2 , #updates > p {
  margin: 5px 0px 0px 10px;
}
#marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 52px;
  width: 100%;
}
#slide {
  width: 3072px;
  display: block;
  position: absolute;
  align-content: center;
  justify-content: center;
  animation: marqueemove 30s linear infinite;
  font-size: 0;
}
#slide > span {
  float: left;
  overflow: hidden;
}
.slidebutton {
  width: 96px;
  height: 34px;
}
#aside4 {
  background-color: #ffffff;
  grid-area: 8 / 5 / 11 / 6;
  overflow: hidden;
  white-space: nowrap;
}
#music {
  text-align: center;
  align-content: center;
}
div > h3 {
  margin: 1px 0px 5px 0px;
}
footer {
  background-color: #bbbbdb;
  grid-area: 11 / 1 / 13 / 6;
  white-space: nowrap;
}
#crttoggle  {
  margin-left: -100px;
}
#footer1 {
  height: 100%;
  width: 25%;
  float: left;
  text-align: center;
  align-content: center;
}
#footer2 {
  width: 50%;
  height: 100%;
  float: left;
  text-align: center;
  align-content: center;
}
#footer3 {
  width: 25%;
  height: 100%;
  float: left;
  text-align: center;
  align-content: center;
}
#buttondiv {
  height: 80%;
  width: 90%;
  background-color: darkgray;
  margin: auto;
  border: 3px ridge darkgray;
}
div > h4 {
  padding: 3px 0px 7px 0px;
}
