#box1 {
    text-align: center;
    color: black;
    background-color: #0b2933;
    margin-left: 40%;
    max-width: 400px;
    padding: 10px;
    margin: auto;
    position: relative;
   
}

#center {
    margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -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;
}
/**homepage**/

#mainbody{
        text-align: center;
    color: black;
    background-color: #0b2933;
    margin-left: 40%;
    width: 1000px;
    height: 800px;
    padding: 10px;
    margin: auto;
    position: relative;
    margin-left: 200px;
    outline: #d3a333 solid 2px;
}

#leftbody{
    text-align: left;
    color: black;
    background-color: #0b2933;
     overflow-x: hidden; 
     height: 100%; 
  width: 300px; 
  position: fixed; 
  z-index: 1; 
  top: 0; 
  left: 0;
  padding: 10px;
  outline: #d3a333 solid 2px;
}

#sidenav a {
  padding: 10px;
  text-decoration: none;
  font-size: 25px;
  display: block;
}

#pagedoll {
  position: sticky;
  top: 100%;
  left:100%;
  z-index: 1;
  max-width:100%;
  max-height:100%;
}
#glitter {
min-width: 100%;
width: 99%;
}

#sidenav a {
    font-size: 1px;
}

#statuscafe {
   padding: .5em;
   background-color: azure;
   border: 1px solid midnightblue;
}
#statuscafe-username {
   margin-bottom: .5em;
}
#statuscafe-content {
   margin: 0 1em 0.5em 1em;
}

@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);
}
