@font-face {
  font-family: 'Source Code Pro';
  src: url('/fonts/SourceCodePro-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: black;
  color: rgb(255, 255, 255);
  font-family: 'Source Code Pro', monospace;
  font-weight: 600;
  font-size: medium;
}

h1 {
    text-align: center;
}

h5 {
    text-align: center;
}

a {
  color: green;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a:focus-visible {
  outline: 2px solid currentColor;
}

.stop-select {
  user-select: none;
}

.terminal {
  white-space: pre-wrap;
  word-break: normal;
}

.nowrap {
  text-wrap: nowrap;
}

.hidden-input {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  height: 0;
  width: 0;
}

