/* src/styles.css */
body {
  height: 100vh;
  background-color: #F6F6F6;
}
.pointer {
  cursor: pointer;
}
.unselectable {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
