#loading-application {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100vh;
}

#loading-application-image {
  order: 1;
  width: 473px;
}

#loading-application-text {
  order: 2;
  font-size: x-large;
  text-align: center;
}
