/* [project]/src/app/globals.css [app-client] (css) */
* {
  box-sizing: border-box;
}

html, body {
  background: #000;
  width: 100%;
  height: 100%;
  margin: 0;
}

body {
  overflow: hidden;
}

.page, .pond {
  width: 100vw;
  height: 100vh;
}

.page {
  background: #000;
  position: fixed;
  inset: 0;
}

.pond {
  border: 0;
  display: block;
}

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