.input {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid rgb(51 65 85);
  background: rgb(2 6 23);
  padding: 0.625rem 0.875rem;
  color: rgb(226 232 240);
  outline: none;
}

.input:focus {
  border-color: rgb(99 102 241);
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.35);
}

.json-key {
  color: rgb(125 211 252);
}

.json-string {
  color: rgb(134 239 172);
}

.json-number {
  color: rgb(253 224 71);
}

.json-boolean {
  color: rgb(196 181 253);
}

.json-null {
  color: rgb(251 146 60);
}
