@font-face {
  font-family: 'Bit3';
  src: url('https://emdividerswonderland.neocities.org/assets/Bit3.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  background-image: url("https://emdividerswonderland.neocities.org/assets/halloweenbg.png");
  background-repeat: repeat;
  font-family: 'Bit3', monospace;
  color: #39a412;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 90%;
}

h1 {
  color: blue;
  font-family: 'Bit3', monospace;
  font-size: 43px;
  margin: -5px 0 5px 0;
}

h3 {
  color: red;
  font-family: 'Bit3', monospace;
  margin: 5px 0;
  font-size: 110%;
}

p {
  color: #39a412;
  font-family: 'Bit3', monospace;
}

.banner img {
  width: 696px;
  display: block;
  margin: 36px auto;
}

.layout {
  position: relative;
  width: 990px;
  margin: 36px auto 0;
}

.centerbox {
  position: relative;
  width: 696px;
  height: 462px;
  border: 8px solid #32cc28;
  background: linear-gradient(135deg, #f3ffef, #cbd9c2);
  padding: 18px;
  border-radius: 8px;
  overflow: auto;
  margin: 0 auto;
}

.leftbox, .rightbox {
  position: absolute;
  top: 194px;
  width: 135px;
  height: 462px;
  border: 8px solid #32cc28;
  background: linear-gradient(135deg, #f3ffef, #cbd9c2);
  padding: 18px;
  border-radius: 8px;

}

.leftbox {
  left: calc(50% - 333px - 135px - 145px);
}

.rightbox {
  left: calc(50% + 333px + 95px);
}

.buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: -4.5px;
  gap: 5.4px;
}

.buttons img {
  width: 99px;
  height: auto;
  display: block;
}

.hitcount {
  color: red;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  margin-top: -9px;

}

.visitcounter {
  color: blue;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

.box {
  background-color: #006807;
  border: 7px solid #033100;
  padding: 10px;
  height: 140px;
  border-radius: 20px;
  overflow-y: auto; 
}

.box li {
  color: white;
  font-size: 70%;
  margin-top: -13px;
}

 .box2 li {
  color: white;
  font-size: 70%;
  margin-top: -13px;
  
}

 
 .updatetext {
color:blue;
text-align: center;
margin-top: -30px;
 }
 


 
.box h4{
color:#00ff08;
margin-top: -3px;
font-size: 110%;
 }
 
  .socialtext {
color:blue;
text-align: center;
 }
 
 .box2 {
 background-color: #006807;
border: 7px solid #033100;
padding: 10px;
border-radius: 20px;
height: 100px;
  overflow-y: auto; 
 }
 
 
  .box2 img{
   width: 40px;
  height: auto;
  display: block;
 }
 
 a {
  color:#00ff08; 
}

 
 .newgrounds{
   margin-top: 13px;
 }
 
 .deviantart {
   margin-left: 60px;
  margin-top: -40px;
 }
 
  .youtube {

  margin-top: -92px;
 }
 
 
  .box3{
 background-color: #006807;
border: 7px solid #033100;
padding: 10px;
border-radius: 20px;
height: 100px;
  overflow-y: auto; 
 }
 
.box3 li {
color: white;
font-size: 70%;
margin-top: -13px;
text-align: left;
  
}
 
.emdivider {
  display: flex;
  align-items: center;
  gap: 20px; 
}

.emdivider img {
  margin-top: 30px;
  margin-left: 40px;
}

.emslogo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.emslogo img {
  display: block;
    margin-top: 10px; }


.emslogo h1 {
margin-top: 30px;
margin-right: 60px;
text-align:left;
font-size:160%;
}



.aboutme p {
font-size: 110%;
margin-left: 60px;
text-align: left;

}

.musictitle h1 {
margin-top: 30px;
text-align: center;
}

.musicdesc p {
margin-top: 30px;
text-align: center;
font-size:110%;
}

.musicnewaddition p {
margin-top: 30px;
text-align: center;
font-size:110%;
color: #ffae00;
}

.musicwarning p{
font-weight: bold;
animation: flashWarning 1s step-start infinite;
text-align: center;
font-size:110%;
}

@keyframes flashWarning {
0%, 100% { color: red; }
50% { color: #ffae00; }
}

 


  .box4{
 background-color: #006807;
border: 7px solid #033100;
padding: 10px;
border-radius: 20px;
height: 350px;
  overflow-y: auto; 
 }
 
  .box4 li.musicwarning {
font-weight: bold;
animation: flashWarning 1s step-start infinite;
text-align: left;
font-size: 70%;
}

@keyframes flashWarning {
0%, 100% { color: red; }
50% { color: #ffae00; }
}
 
 .box4 li {
color: white;
font-size: 70%;
margin-top: -13px;
text-align: left;
  
}

.musicplayer {
  position:center;
}

.seeking {
  color: black;
}


.chatroomtitle h1{
text-align: center;
}


.chatroombanwarning h2{
text-align: center;
margin-top:-90px;
color:red;
}

.centerboxchatversion {
  position: relative;
  width: 696px;
  height: 510px;
  border: 8px solid #32cc28;
  background: linear-gradient(135deg, #f3ffef, #cbd9c2);
  padding: 18px;
  border-radius: 8px;
  margin: 0 auto;
}

.chatbox {
  margin-left:50px;
}

.arttitle h1 {
margin-top: -5px;
text-align: center;
font-size: 300%;
}

.artdesc p {
text-align: center;
font-size: 90%;
}

.drawingtitle h1 {
  font-size:60%;
}

.drawings img {
  margin-left:10px;
}


.box5 {
  background-color: #006807;
  border: 7px solid #033100;
  padding: 10px;
  height: 370px;
  border-radius: 20px;
  overflow-y: auto; 
}

.box5 li {
  color: white;
  font-size: 70%;
  margin-top: -13px;
}