/* extra.css */
body {
  margin: 0;
  padding: 0;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
#center {
  display: flex;
  align-items: center;
  justify-content: center;
}
