@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');

html,
body {
  height: 100%;
  margin: 0;
}

#preloader {
  display: flex;
  flex-flow: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}

#preloader-text {
  color: black;
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
}
