body {
  background-color: #222;
  text-align: center;
}
#canvas,
canvas {
  width: 300px;
  height: 300px;
}

.crt {
  letter-spacing: 1px;
  font-family: "VT323", monospace;
  color: #95e208;
  -webkit-filter: blur(0.2px);
          filter: blur(0.2px);
  text-transform: uppercase;
  text-shadow: 0 0 5px #22ff22, 0 0 5px #aaffaa;
  font-size: 22px;
}

#monitor {
  background-color: #222;
  background-color: #161913;

  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  text-transform: uppercase;
  padding: 15px;
}

.content {
  white-space: nowrap;
  text-align: center;
  display: inline-block;
}

.foreground,
.background {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.foreground {
  background-image: url("");
}

.background {
  opacity: 0.01;
}

.btn {
  display: inline-block;
  line-height: 18px;
  cursor: pointer;
}

.btn:hover,
.inv {
  display: inline-block;
  height: 16px;
  line-height: 12px;
  background-color: #95e208;
  box-shadow: 0 0 5px #22ff22, 0 0 5px #aaffaa;
  color: #1b3a22;
  text-shadow: none;
}

.btn:hover {
  background-color: rgb(141, 241, 102);
  box-shadow: 0 0 3px #22ff22, 0 0 100px rgba(40, 140, 40, 1);
}

a {
    color: inherit; /* Inherit the color from parent (the .btn style) */
    text-decoration: none; /* Ensure no underline */
  }

.layout {
  font-family: monospace;
  white-space: pre;
  display: block;
}

.message {
  position: absolute;
  left: 90px;
}
