html, body {
  overflow-x: hidden;
}

body {
  position: relative;
  background-color: black;

  /* Prevent text selection */
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
