body {
  background-color: black;
  overflow: hidden;
  margin:0 auto;
  display: grid;
  place-items: center;


}