body {
  margin: 0;
  padding: 0;
}

#root {
  opacity: 1;
  transition: opacity 12s ease-in-out;
}
