body {
  background-color: hsl(212, 45%, 89%);
  font-family: "Outfit", sans-serif;
}

.contenedor {
  width: min(95%, 20rem);
  margin: 0 auto;
  border-radius: 5%;
  background-color: white;
  padding: 1rem;
  margin-top: 6rem;
}

.qr-card__contenido {
  text-align: center;
  align-items: center;
}
.qr-card__imagen {
  width: 200px;
  height: 200px;
  background-image: image-set(url("../images/image-qr-code.png") 1x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; /* o cover */
  margin: 0 auto;
  border-radius: 5%;
  padding: 3rem;
}
.qr-card__heading {
  font-weight: 700;
  font-size: 1.5rem;
  margin: 1rem;
  color: hsl(218, 44%, 22%);
}
.qr-card__descripcion {
  color: hsl(216, 15%, 48%);
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

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