#box1 {
    text-align: center;
    color: black;
    background-color: #0b2933;
    margin-left: 40%;
    height: auto;
    width: auto;
    padding: 10px;
    margin: auto;
    position: relative;
   
}

#center {
    margin: 0;
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

html, body{
    margin: 0; 
    height: 100%; 
    cursor: url(https://files.catbox.moe/1vqpuf.png), auto;
}

a {
    color: #d3a333;
    font-family: ArcanumBB-Italic;
    text-shadow: 4px 4px #7f1e0f;
    cursor: url(https://files.catbox.moe/efi52k.png), auto;
}
body {
    background-color: #0a0a18;
    font-family: Verdana;
    font-size: 10px;
    color: white;
  }
  
#wip {
    color: white;
    font-size: 10px;
    text-align: center;
}


h1, h2{
    font-family: ArcanumBB-Italic;
    color: #d3a333;
    text-shadow: 4px 4px #0a0a18;
}
p{
    color: #d3a333;
    font-size: large;
}
#wizspeak1{
    font-family: Wizspeak;
    text-align: right;
    margin-right: 50px;
    font-size: small;
}

hr{
    color: #d3a333;
}
/**comms page**/

#leftbanner{
     overflow-x: hidden; 
     height: 100%; 
  width: 300px; 
  position: fixed; 
  z-index: 1; 
  top: 0; 
  left: 0;
}
#rightbanner{
     overflow-x: hidden; 
     height: 100%; 
  width: 300px; 
  position: fixed; 
  z-index: 1; 
  top: 0; 
  right: 0;
}

/**fonts**/

@font-face {
font-family: ArcanumBB-Italic;
src: url(assets/fonts/ArcanumBB-Italic.ttf);
}
@font-face {
font-family: Wizspeak;
src: url(assets/fonts/wizspeak_worn.ttf);
}
@font-face {
font-family: Miskatonic;
src: url(assets/fonts/Miskatonic.ttf);
}
