


body,header,footer,span,div,h1,h2,h3, button, a,
code, pre, textarea, input, u, b, strong
{
	font-family:"PT Mono"  !important ;
}


html .inputBox {
  
  background-image: url(/images/qr/nyan-mario-trans.gif);
  background-repeat: no-repeat;
  background-position: right 20px top 20px;
  background-size: 155px;
  background-blend-mode: luminosity;
  background-color: #782e02;
}


html .shareBox   {display:none;}

html  textarea , html .con{ 
  background-color:rgba(67, 36, 2, 0.9);
}


html body {
  background: url("https://app.pushka.com/gif-edit/images/bg.jpg") 0 0 no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-attachment: scroll;
    background-size: auto;
  background-color: rgb(113, 52, 8);
  background-size: 100vw 100vh;
  color: var(--text);
  font-size: 14px;
  letter-spacing: -0.3px;
  line-height: 1;
  background-attachment: fixed;
  min-height: 100vh;
  padding: 20px;
  position: relative;
  background-blend-mode: multiply;
  color: #fff;
}


a{color:white;}

#pushkatext{
	margin:3em;
	font-size: 143%;
  line-height: 1.88em;
}


.hide{display:none;}

body{padding-bottom:5em;}

html .button { 
  background-color: #6e3503c4; 
}

html .commandsBox textarea { 
  background-color: rgba(105, 48, 7, 0.9); 
}


html main { 
  background-color: rgba(38, 20, 4, 0.9); 
}

html input:focus,  html button:focus, html  textarea:focus,  html a:focus {
  outline: 3px solid #c84b00;
}


