/* Fondo (Background) */
body {
  background-image: url('https://img.freepik.com/fotos-premium/fondo-pantalla-windows-6_629921-42.jpg');
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Estilo del logo y tamaño */
.logo {
  width: 200px; 
  height: auto;
}

/* Contenido principal */
.hero {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 170px;
}

/* Iconos redes sociales */
.social-icons img {
  width: 30px;
  height: auto;
}

/* Inicio footer */
footer {
  margin-bottom: 100px;
}

/* Tamaño QR */
footer img {
  width: 150px; 
  height: auto;
}

/* Texto footer" */
footer p {
  font-size: 1.7rem; 
  margin-top: 10px;
}

#scan{
padding-top:2rem;
}

#scan img{
    width: 8rem;
	    border-radius: 10px;
}