/* src/shell/Shell.scss */
.shell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
  font-family: system-ui, sans-serif;
  text-align: center;
}
.shell h1 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.shell p {
  color: #666;
}
/*# sourceMappingURL=app.css.map */
