body {
  background-color: gray;
  margin: 0;
}

.wrap {
  width: 95vw;
  height: auto;
  display: grid;
  justify-items: center;
  /* place-items: center; */
}

#micro-step-setting,
#micro-step-calc {
  margin-top: 100px;
  margin-bottom: 100px;
  width: min(650px, 100%);
  font-size: 1rem;
  font-family: serif;
}

#micro-step-calc > section {
  overflow-y: auto;
}
#micro-step-calc :fullscreen {
  padding-top: 10%;
}

[data-theme=light] {
  color: black;
  background-color: white;
}
[data-theme=dark] {
  color: white;
  background-color: black;
}
[data-theme=green] {
  color: lightgray;
  background-color: darkgreen;
}
