html, body {
  margin: 0;
  background: black;
  padding: 0;
  justify-content: center;
  overflow-y: hidden; 
  overflow-x: hidden;
  align-items: center;
  display: flex
}
