body {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: x-large;

  opacity: 0;
  transition: opacity 500ms;
}