@charset "UTF-8";
*,
*::before,
*::after {
  all: initial;
}

#settings {
  border: thick solid red;
  display: block;
  margin: 2em;
  padding: 2em;
}
#settings::before {
  background: maroon;
  color: white;
  content: "⚠️ Exit this way ⚠️";
  display: block;
  margin-block-end: 1em;
  padding: 1em;
}
#settings button {
  all: revert;
}

/*# sourceMappingURL=spec.css.map */
