.center {
  text-align: center;
}

.ascii {
  font-size: 14px;
  font-family: monospace;
  white-space: pre;
}

.terminalButton {
  color: white;
  font-family: vt323-regular;
  font-size: 30px;
  background-color: black;
  border: 0px;
  width: 120px;
}

.terminal {
  width: 100%;
  height: 60px;
  background-color: black;
  padding-left: 15px;
}

.selected {
  color: orange; 
}

@font-face {
  font-family: 'vt323-regular';
  src: url(https://scenic-oddities.neocities.org/fonts/webfontkit-20250806-011257/vt323-regular-webfont.woff);
}

@media only screen and (max-width: 600px) {
  
  .ascii {
    font-size: 8px;
  }
  
  .terminal {
    height: 30px;
  }
  
  .terminalButton {
    font-size: 20px;
    width: 75px;
  }
  
}