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

pre, div, input {
  font-size: 44px;
  font-family: GlassTTYVT220;
  color: #2f9119;
}

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

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

a {
  color: #0a7abf;
}

a:hover {
  color: #6cec6c;
}

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

.portrait {
    height: 80px;
    width: 30px;
}

.half {
    height: 40%;
    width: 40%;
}

.full {
    height: 100%;
    width: 100%;
}


.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}