.index-img {
  max-width: 100%;
  margin: auto;
  object-fit: cover;
}

.toast {
  left: 50%;
  position: fixed;
  transform: translate(-50%, -100%);
  z-index: 9999;
}

.category-card {
  height: 100%;
  display: block;
  background: #fff;
}

.category-card-index {
  height: 100%;
  display: block;
}

.category-card-index-color {
  background: #343a40;
}

.title {
  color: rgb(153.5, 156.5, 159.5);
  font-family: "Impact";
  font-size: 6vh;
}

.logo-index {
  height: 50%;
  max-width: 50%;
  margin: auto;
  object-fit: cover;
}

/*# sourceMappingURL=index.css.map */
