body {
  background-color: #000;
  color: #fff;
  font-family: 'fira code', 'ubuntu mono', 'dejavu sans mono', monospace;
  margin: 0;
  padding: 0;
  user-select: none;
  font-size: 1rem;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.terminal {
  padding: 2vw 4vw;
  max-width: 100%;
  box-sizing: border-box;
}

.terminal-bar {
  color: #fff;
  margin-bottom: 1vh;
  font-size: 1rem;
}

a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5vh;
  font-size: 1rem;
  word-break: break-word;
}

a:hover {
  color: #ff0;
}