.index-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}
.index-container .img-logo {
  width: 100%;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 2em;
}
.index-container .img-logo img {
  width: 300px;
  height: auto;
  margin-top: 0em;
}
.index-container .img-logo .title {
  font-size: 3em;
  color: var(--color2-black);
}
.index-container .loader {
  width: 100%;
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-container .loader img {
  width: 100px;
  height: 100px;
  margin-top: -10em;
}/*# sourceMappingURL=index.css.map */