
/* Base styles */
body {
  font-family: system-ui, sans-serif;
  background-color: #fefefe;
  color: #111;
  margin: 0;
  padding: 0 1rem;
  line-height: 1.6;
}

/* CYOA images */
.cyoa-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 2rem auto;
}

/* Scene layout */
.scene {
  margin: 3rem 0;
}

.choices {
  list-style: none;
  padding: 0;
}

.choices li {
  margin: 0.5rem 0;
}

.choices a {
  text-decoration: none;
  font-weight: bold;
  color: #0077cc;
}

.choices a:hover {
  text-decoration: underline;
}
