@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/404bg.gif");
  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;
    text-align: center;
}

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;
  overflow: auto;
}

.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;
}


.goofygoober {
  margin-top: 70px;
  margin-left: 180px;
}

 

