html {
  cursor: none;
}

#input {
  position: fixed;
  width: 80%;
  background: none;
  border: none;
  outline: none;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 5vh;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  color: black;
  caret-color: #bdbdbd;
  cursor: none;
  resize: none;
}

#input::placeholder {
  color: black;
}

#input::selection {
  background-color: #a00;
  color: white;
}