.float{
	position:fixed;
	width:45px;
	height:45px;
	bottom:90px;
	right:17px;


	background-color:#25d366;
	color:#FFF;


	border-radius:80px;

	text-align:center;
  font-size:30px;



	box-shadow: 10px 10px 20px rgb(121, 118, 118);

	
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:3px;
}

h3 {

	color: blueviolet;
	font-family: 'Cabin', sans-serif;
	font-family: 'Caveat', cursive;
	font-family: 'Caveat Brush', cursive;
	font-family: 'Dancing Script', cursive;
	font-family: 'Inspiration', cursive;
	
	}


	pau{

		font-family: 'Caveat', cursive;
	}
	


	navidad{

		font-family: 'Caveat', cursive;
		color: rgb(100, 98, 98);
		font-size: 50px;
		
	}




	lupa{

		cursor:zoom-in;

	}

	centrado{
		text-align:center;
	  }


	  color{


		color: #0066ff;

	  }



	  main {
		column-count:1;
	column-width: 1px;
	}


.video-container video {
    width: 100%;       /* Ocupa todo el ancho */
    height: auto;      /* Mantiene la proporción */
    max-width: 100%;   /* No se pasa del tamaño del padre */
}