/* [project]/app/globals.css [app-client] (css) */
html, body {
  min-height: 100%;
  margin: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

main {
  text-align: center;
  place-items: center;
  min-height: 100vh;
  font-size: clamp(2rem, 6vw, 4.5rem);
  font-weight: 700;
  display: grid;
}

/*# sourceMappingURL=app_globals_0jn8.0u.css.map*/