/* Animacion Inicio */
.canvas {
  background: url("../img/filler.png");
  height: 100%;
  width: 100vw;
  position: absolute;
  z-index: -1;
}

/* CSS General */
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.info {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info img {
  width: 30vw;
  aspect-ratio: 1/1;
}/*# sourceMappingURL=style.css.map */