@import 'https://cdn.jsdelivr.net/gh/chiron-fonts/chiron-sans-hk@2.046/build/webfont/css/vf.css' ;

@font-face {
font-family: 'Fira Code';
src: url('./font/FiraCode-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}


  @font-face {
  font-family: 'Raven-Scream';
  src: url('./font/Raven-Scream.woff2') format('woff2');
font-weight: 1000;
font-style: normal;
}


* {
    
    font-family: 'Fira Code','Chiron Sans HK WS' ;
}



body {

background: rgb(22,25,37);
    vertical-align: middle;
    text-align: center;
    color: #f8f8f2;
}




del {color: #f8f8f2;}

nav {

    vertical-align: middle;
    text-align: center;
    color: #f8f8f2;
}

.writte{
    text-align: start !important;
    padding: 35px;
}

.FUCK:before {
    content: url(./loadgo.png);
    margin-right: 10px;
}

.Emoji_RPC_Flag {
  content: url(./font/emoji/RPC_Flag.png);
  margin-bottom : -10px;
  font-size: 0px;
  }


.Emoji_RPC_Flag:before  {
  content: url(./font/emoji/RPC_Flag.png);
  margin-bottom : -10px;
  font-size: 0px;
  }


h1 {
  margin-bottom: 0px;


  text-decoration: underline;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;

}




.Link , .writte , .code  {
    
    background: none;
    background-clip: content-box;
  
    
    border : 5px #663399;
    border-radius : 100px;
    margin-bottom: 40px;
    
    border-style : solid ;
    box-shadow: 0px 0px 20px rgb(219 , 0 , 0);
    

}
.Link{padding-left: 50px;
padding-right : 50px;
padding-top: 20px;
padding-bottom:20px;
}

 a.btn{
    color: #7fffd4;
    text-decoration: none;
}

a {
    color:hsl(195.1, 100%, 50%);
    text-decoration: underline;
}

.btn {
      margin-bottom: 10px;
background: rgba(22,25,37);
  display: inline-block;
    font-size: 25px;
    margin-top: 0px;
    margin: 10px;
    padding: 10px ;
    
    
     
    border : 3px #663399;
    border-radius : 100px;
    border-style : solid ;
    box-shadow: 0px 0px 10px rgb(219 , 0 , 0);
   
    }

.btn:hover {
    border : 3px  #70ff00;
    border-radius : 100px;
    border-style : solid ;
    box-shadow: 0px 0px 10px rgb(219 , 0 , 0);
   
}

.center-text{
  min-height: 70px ;
  margin-top : 30px;
  }
  
  
.code {
      text-align: start !important;
    
    padding-left: 10px !important;

   padding-right: 10px !important;

background: #320c4e;
    
    
}
  
  
    
  
  .code > p {
    display: block;
    margin-left: 25px;
}
  
summary {
    text-decoration: underline;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

#webamp{
     border: none !important; 
    border-radius: 0 px;
    margin-bottom : 0 px;
}


@media(max-width:500px){
  nav{
    display:grid;
      text-align: center !important;

    margin-top:0px !important;
    }
  }


.hack {
    margin-bottom: 30px;
}

















