/* experimental/users/acmcarther/magnet-physics/frontend/src/index.css */
body,
html,
#root {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.app {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
}
header {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  color: white;
  pointer-events: none;
}
/*# sourceMappingURL=bundle.css.map */
