body {
  display: flex;
  margin: 10px;
  background-color: black;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}