*{
  overflow: hidden;
}
html,body{
  height: 100%;
}
body {
  margin: 0;
  overflow: hidden;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
}