html
{
	resize:none;
        background-color: black;
        color: #00FF41;
        font-family: Consolas;
        font-size: 12px;

}

a
{
        color:#00FF41;
}

textarea
{
        width:100%;
        background-color: #003B00;
        border:1px solid #00FF41;
#       font-family: Tahoma;
        color: #00FF41;
	resize: none;
	overflow-x: hidden;
}


textarea:hover
{
         background-color:#0D0208;
}

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
 
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 30px;
    border-radius: 10px;
    background: rgba(144,255,123,0.7); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.4); 
}


input[type=text] {
  font-family: Consolas;
  padding:10px;
  border:0;
  box-shadow:0 0 15px 4px rgba(0,0,0,0.06);
  border-radius:10px;
  background-color:#003B00;
  color: rgba(31,177,10,0.8);
}

input[type=text]:hover {
	background-color:rgba(2,33,4,1);
}


input[type=submit] {

  appearance:none;
  -webkit-appearance:none;

  padding:10px;
  border:none;
  background-color:#003B00;
  font-weight:600;
  font-family:Consolas;
  border-radius:5px;
  width:180px;
  color: rgba(31,177,10,0.8);

}

input[type=submit]:hover{
	background-color:rgba(2,33,4,1);
}
