body {
  margin: 0;
  padding: 0;
}

#root {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

circle {
  mix-blend-mode: hard-light;
  transition: all 500ms ease-in-out;
}
