body {
  background-color: #101010;
  text-align: center;
  font-family: 'Share Tech Mono', Consolas, 'Lucida Console', monospace;
}

.back-link {
  font-size: 11px;
  margin-bottom:-14px;
  text-align: left;
}

.back-link a {
  color: #099;
  text-decoration: none;
}

.back-link a:hover {
  color: #0CC;
}

.title-bar {
  color: #ffff00;
  font-size: 13px;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #008080;
  text-shadow: 0 0 5px rgba(255, 255, 0, 0.4);
}

.subtitle {
  color: darkcyan;
  font-size: 12px;
  opacity: 0.5;
  padding-bottom: 10px;
  font-family: 'Share Tech Mono', Consolas, 'Lucida Console', monospace;
}

textarea {
  background-color: #000008;
  border: solid 1px #00ffff;
  font-family: 'Share Tech Mono', Consolas, 'Lucida Console', monospace;
  font-size: 12px;
  color: #ffffff;
  outline: none;
  padding: 2px;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #000008;
}

::-webkit-scrollbar-thumb {
  background: #008080;
  border-radius: 2px;
  cursor: default;
}

::-webkit-scrollbar-thumb:hover {
  background: #00ffff;
}

.footer-link {
  color: #004444;
  text-decoration: none;
  transition: color 0.12s;
}

.footer-link:hover {
  color: #008080;
}
