@font-face {
font-family: 'neoblock';
src: url(https://file.garden/aC08SIKuVwsQ8go5/NeoblockdemoRegular-gwAO4.otf);
}

@font-face {
  font-family:'playwrite';
  src: url(https://file.garden/aC08SIKuVwsQ8go5/Playwrite_AU_QLD.zip);
  }
  
body {
  background-color: #282f32;
  background-image: url('https://file.garden/aC08SIKuVwsQ8go5/dmndbg.png');
 /* background-image: url('https://file.garden/aC08SIKuVwsQ8go5/wine.png');*/
  background-size: 20%;
  background-repeat: repeat;
  }
  
 

  .computer {
    min-width: 920px;
    margin: auto;
    }
    
  .cntain {
        width: 400px;
        height: 600px;
        display: flex;
         flex-direction: column;
         margin: auto;
         margin-top: 50px;
  }
  
  /*#meow {
    width:100%;
    height: 85px;
    background-image: url(https://file.garden/aC08SIKuVwsQ8go5/IMG_3820.png);
    background-size: 25%;
    background-repeat: repeat-x;
    position: sticky;
    top: 0;
    }*/
    
  
     #titlecard {
    width: 400px;
    height: 100px;
     background-image: url("https://file.garden/aC08SIKuVwsQ8go5/graphics/nbanner.png");
     background-size: 125%;
     border-radius:150px 150px 0px 0px;
     background-color: #586464;
    border-style: ridge;
    border-color: black;
    border-width: 5px 5px 0px 5px;
    box-shadow: inset #000000 0 0 8px 2px;
     padding: 10px;
     overflow: hidden;
   }
   
   #title {
     font-family: 'neoblock';
     font-style: italic;
     color: #acb3b4;
     font-size: 50px;
     opacity: .75;
     margin: auto;
     margin-left: 30px;
    
     }
  
  #bigcontainer { 
    text-align: center;
    width: 400px;
    background-color: #586464;
    background-image: url("../images/moonbgsmall.jpeg");
    background-size: cover;
    border-style: ridge;
    border-color: #000000;
    border-width: 5px;
    /*border-radius: 150px 150px 10px 10px;*/
   /* position: relative;*/
    height: 500px;
    box-shadow: inset #000000 0 0 8px 2px;
    padding: 10px;
  }
  
#doom {
     filter: hue-rotate(35deg) saturate(.5);
     }

   
   #textbox {
     border-style: solid;
     border-color: transparent;
     margin: auto;
     width: 350px;
     height: 200px;
     background-image: url(https://file.garden/aC08SIKuVwsQ8go5/sigilbox.png);
     background-size: contain;
     background-repeat: no-repeat;
     background-position: center;
     }
   
   #txt {
     border-style: solid;
     border-color: transparent;
     width: 200px;
     height: 100px;
     overflow: auto;
     margin: auto;
     margin-top: 50px;
     font-family: 'playwrite';
     font-size: 15px;
     color: #131718;
   }
   
   #enter {
     width:88px;
     height:31px;
   }
   
  
   
   
   
   
   
   
   
   
   
   
   
   
   
   