.loading {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.loading__logo {
  height: 7.5rem;
  max-width: 90vw;
  margin-top: -10vh;
}
