
.ta10em {
 
   background-image: url("https://ibm1403.org/paper.png");
   background-size: 100% 100%;
   background-color: #c6ecc6;
   font-family: GlassTTYVT220;
   height: 30em;
   padding:55px;
   resize: none;
   resize: vertical;
   min-height: 400px;
   max-height: 4000px;
   min-width: 100%;
   max-width: 100%;
   color: #000000;
   
}



@font-face {
  font-family: GlassTTYVT220;
  src: local("Glass TTY VT220"), local("Glass TTY VT220 Medium"), url(IBM140310Pitch-Regular.otf) format("truetype");
}

pre, div, input {
  font-size: 20px;
  font-family: GlassTTYVT220;
  color: #ffffff;
}

button {
  font-size: 20px;
  font-family: GlassTTYVT220;
  color: #000000;
}

input[type=text], input[type=submit]:active, div.find a {
  background-color: #006699;;
  color: #000000;
}

html, input[type=submit], div.find a:active {
  color:  #ffffff;
  background-color: #000000;
}

a {
  color: #0a7abf;
}

a:hover {
  color: #63bcf2;
}

img {
    max-width: 100%;
    max-height: 100%;
}

