
  
  body {
    background:black
  }
  
  a {
    font-size:20px;
    font-style:italic;
    color: #543437;
  }
    
  
  @font-face {
    font-family:austin;
    src:url(https://files.catbox.moe/d4jfyt.ttf);
  }
  
  h1 {
    line-height:2px;
    font-family:austin;
    color:#FD8D0E;
    font-weight:normal;
    font-size:150px;
  }
  
  h2 {
     font-weight:bold;
    text-align:right;
    font-size:20px;
    font-style:italic;
    background:#FD8D0E;
    padding:5px;
  }
  
  body {
    background:white;
    overflow-x:hidden;
    overflow-y:scroll;
  }
  
  main {
    background: #EEE0CE;
    border: solid 1px #543437;
    height:100%;
    width:700px;
    border-radius:5px;
    padding:5px;
    margin-top:-75px;
  }
  
  current {
    position:fixed;
    top:200px;
    margin-left:725px;
    width:250px;
    background:#7688AE;
    border: solid 1px #543437;
    color:#543437;
    padding:15px;
    font-family:ms ui gothic;
    border-radius:5px;
  }
  
  .monthent {
    margin-top:10px;
    font-family:ms ui gothic;
    display: none;
    color: #543437;
  }
  
  .month:hover {
    filter:saturate(0%);
  }
  
  #statuscafe {
    position:justified;
   
}
#statuscafe-username {
    margin-bottom: 2px;
    font-family:ms ui gothic;
    font-weight:bold;
}
#statuscafe-content {
    margin:1px;
}
  
  