

/* file: /mnt/data/wiz/project/main/build/src/styles.scss */
html,
body,
app-root {
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  background: #bfe7ff;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

button {
  font: inherit;
}