body {
  color: transparent;
  background-color: transparent;
  font-family: sans-serif;
  overflow: hidden;

  display: flex;
  justify-content: center;
  align-items: center;

  margin: 0;
  padding: 0;
}
