/* 'Loading app' styling */
#loading-app {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading-app p {
  font-size: 1rem;
  font-family: sans-serif;
  color: #1a2c43;
}
