#door {
        position: relative;
        display: inline-block;
        padding-top: 60px;
        padding-bottom: 40px;
        filter: contrast(110%);
    }
      
#door #open {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        padding-top: 60px;
        transform: scale(1.01);
    }
      
#door:hover #open {
        display: inline;
    }

.darkgray {
        color: #524a45;
    }


p {
        color: #fef7ed;
        margin: 0;
   }

  
.environment {
      color: #fef7ed;
        font-family: "augusta";
        font-size: 25px;
  }
  
  .prompt {
    color: #fef7ed;
    font-weight: bold;
}
  .prompt a {
    color: #fbe8d0;
    text-decoration: none;
  }
  
  .prompt a:hover {
    color: #f7c987;
  }
  
  
@font-face {
  
       font-family: "augusta";
       src: url(https://wolve-shire.neocities.org/fonts/Augusta.ttf);
  }

@font-face {
  
       font-family: "cloister";
       src: url(https://wolve-shire.neocities.org/fonts/CloisterBlack.ttf);
  }
  
@font-face {
  
       font-family: "alkhem";
       src: url(https://wolve-shire.neocities.org/fonts/Alkhemikal.ttf);
  }
  
  
  
                 #statuscafe {
                padding: .5em;
                background-color: #2b366e;
                border: 3px dashed #6c7bc6;
                color: #dce9f5;
            }
            #statuscafe-username {
                margin-bottom: .5em;
            }
            #statuscafe-content {
                margin: 0 1em 0.5em 1em;
            }
            a {
              color: #f86d7d;
            }