html,
body {
  padding: 0px;
  margin: 0px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell,
    Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

#splash-root {
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
  position: absolute;
  top: 0px;
  z-index: 9999999;
  background-color: white;

  /* Prevent shifting from external global styles */
  font-size: 0.875rem;
  line-height: 1.4286;
  /* opacity: 0.5; */
}

#splash-message {
  padding: 0;
  margin: 0;
  margin-top: 3rem;
  font-size: 2rem;
  font-family: Arial, Helvetica, sans-serif;
  pointer-events: none;
  height: 2rem;
  /* Prevent shifting from external global styles */
  font-size: 0.875rem;
  line-height: 1.4286;
}

#splash-logo {
  padding: 0;
  margin: 0;
  pointer-events: none;
  width: 200px;
  height: 200px;
  max-width: 505px;
  max-height: 505px;

  /* Prevent shifting from external global styles */
  font-size: 0.875rem;
  line-height: 1.4286;

  position: relative;
  top: -1rem;
}

#splash-message {
  padding: 0;
  margin: 0;
  margin-top: 3rem;
  font-size: 2rem;
  font-family: Arial, Helvetica, sans-serif;
  pointer-events: none;
  height: 2rem;
  /* Prevent shifting from external global styles */
  font-size: 0.875rem;
  line-height: 1.4286;
}

#splash-microsoft {
  position: absolute;
  bottom: 2.5rem;

  /* Prevent shifting from external global styles */
  font-size: 0.875rem;
  line-height: 1.4286;
}
