* {
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 0px;
}

html {
  height: 100%;
}

body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#root {
  height: 100%;
  user-select: none; /* supported by Chrome and Opera */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
