* {
    background: black;
    box-sizing: border-box;
    margin: 0;
}

body {
  display: flex;
  justify-content: center;
}