@font-face {
  font-family: stealth57;
  src: url(./stealth57.ttf);
}

body {
  background-color: #37383F;
  color: #FFFFFF;
}

label, h1 {
  font-family: stealth57;
  letter-spacing: 0.2em;
}

pre, button, input {
  font-family: stealth57;
  font-size: 0.8em;
  letter-spacing: 0.2em;
  display: inline;
}

canvas {
  font: 0.8em stealth57;
  letter-spacing: 0.2em;
}

pre {
  padding: 2px 0px 2px 0px;
}

input {
  width: 80px;
  background-color: black;
  color: white;
  border: 1px;
}

#theme {
  width: 200px;
}

#chooseTheme {
  display: none;
}

.container {
  display: grid;
  grid-template-columns: max-content auto;
}

.grid-item {
  margin: 5px;
}

.background {
  padding: 50px 5px 30px 10px;
  width: 550px;
}

.pickerButton {
  width: 20px;
  height: 20px;
  border: 1px solid black;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.modal-content {
  background-color: #212225;
  border: 1px solid black;
  position: absolute;
  left: 300px;
  top: 300px;
}

#screenshotCanvas {
  display: none;
}
.settings {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.colorInputContainer {
  margin-top: 269px;
}

.colorInput {
  margin-bottom: 25px;
  width: 40px; 
}

.invalidInput {
  background-color: salmon;
}