:root {
  color-scheme: light;
  font-family: system-ui, sans-serif;
}

body {
  background: #f7f8fa;
  color: #172033;
  margin: 0;
}

main {
  margin: 2rem auto;
  max-width: 52rem;
  padding: 0 1rem 3rem;
}

section {
  background: white;
  border: 1px solid #ccd3df;
  border-radius: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
}

button,
input,
select {
  font: inherit;
  margin: 0.25rem;
  padding: 0.5rem;
}

#prompt-injection {
  border: 2px solid #b42318;
}

