body {
    font-size:16px;
    background-image:url('bm04netbg.jpg');
    background-repeat:repeat;
    background-size:auto;
    background-attachment:fixed;
    max-width:1150px;
    max-height:700px;
    margin:auto;
    font-family: 'Metis Rota';
    overflow-y:hidden;
  }
  nav {
    max-width:100%;
    font-family: 'Metis Rota';
  
  }
  aside {
    width:1905px;
  }
  .flex {
    display:flex;
  }
  nav {
    max-height:20px;
    margin-bottom:5px;
    margin-left:20px;
    margin-right:20px;
    background: rgba(61, 70, 84, 0.85);
    color: #94aec8;
    border-radius: 10px;
    font-family: 'Metis Rota';
    text-align:center;
  }
  .sidebar {
    max-height:360px;
    max-width:150px;
    position: fixed;
  }
  .sidebar-right{
    max-height:200px;
    max-width:200px;
    position:fixed;
    float:right;

  }
  header {
    max-height:100px;
    height:100px;
    text-align:center;
    font-size:72pt;
    text-align:center;
    margin-right:auto;
    margin-left:205px;
    font-family: 'Angelic War';
    overflow:visible;
  }
  main {
    margin-left:5px;
    margin-right:50px;
    font-family: 'Metis Rota';
    position:relative;
    max-height:700px;
  }
  section {
    max-width:100%;
    font-family: 'Metis Rota';
  }
  article {
    max-width:100%;
    width:auto;
    margin-bottom:15px;
    padding-right:5px;
    padding-left:5px;
    color:#090c10;
    font-family: 'Metis Rota';
  }

  .section {
    max-width:1900px;
    max-height:1150px;
  }
  
  .header {
    position:absolute;
    overflow-y: visible;
    overflow-x: visible;
    z-index: 1;
}

  #statuscafe {
    padding: .5em;
    background-color: transparent;
    height:185px;
    width:160px;
    overflow:hidden;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;

  }

  @font-face {
    font-family: 'Botch';
    src: url('Botch.otf/Botch.otf'); /* IE9 Compat Modes */
   
  }
  @font-face {
    font-family: 'Metis Rota';
    src: url('MetisRota/Metis Rota.otf'); /* IE9 Compat Modes */
  }
  @font-face {
      font-family: 'Angelic War';
      src: url('AngelicWar/AngelicWar.otf');
    
  }
  #moves {
    position: absolute;
    z-index: 9;
    text-align: center;
    
    
  }
  
  #movesheader {
    padding: 10px;
    cursor: move;
    z-index: 10;
    color:  rgba(61, 70, 84, 0.696);
    
  }
