/* Hide the entire page until the user is authenticated */
body {
    display: none;
  }
  