@import url(https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined);

html,
body {
  height: 100%;
  margin: 0;
  background-color: black;
}

html {
  overflow:auto;
}

body, body * {
  margin: unset;
  padding: unset;
  color: unset;
  text-decoration: unset;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

* {
  /* font-family: Poppins, Helvetica, Arial, sans-serif; */
  user-select: none;
  flex-shrink: 0;
}

body *, body button {
  cursor: none !important;
}

body {
  cursor: none;
}
