@import url('https://fonts.googleapis.com/css2?family=Geist+Mono:ital,wght@0,100..900;1,100..900&display=swap');

* {
  outline: 1px solid black;
  font-family: "Geist Mono", monospace;
  color: white;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -1px;
}

body {
  background-color: black;
  margin: 0;
}

textarea {
  resize: none;
  width: 100%;
  padding: 0;
  border: 0;
  height: 464px;
  background-color: black;
}

iframe, textarea, input {
  display: flex;
}

input {
  width: 100%;
}

/* Target the "Choose File" button text across modern browsers */
input[type="file"]::file-selector-button {
  font-family: "Geist Mono", monospace;
  font-size: 16px;
  line-height: 16px;
}

/* Legacy Safari/Chrome support */
/* input[type="file"]::-webkit-file-upload-button {
  font-family: 'Arial', sans-serif;
} */

iframe {
  border: 0;
  height: 464px;
  width: 100%;
}
