html, body, * {
  margin:0;
  padding:0;
}

html {
  background-color: black;
}

::-webkit-scrollbar {
    display: none;
}
