/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./scss/style.scss ***!
  \************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.75;
  overflow: hidden; }

html {
  width: 100vw;
  height: 100vh; }

canvas {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1; }

.tip {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 28px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(3px);
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  z-index: 20; }
  .tip:not(.active) {
    pointer-events: none; }
  .tip .content {
    display: none; }

.center-point {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: black;
  border-radius: 100%;
  z-index: 50; }

