

header { display:flex; justify-content:space-around; }
body {   
		margin: 0;
		padding: 0;
		height: 100vh;
		width: 100vw;
		background-image: linear-gradient(to bottom, #17b1f4, #00c5f0, #00d5d1, #00df9e, #82e362, #a2e44e, #c2e439, #e1e325, #d0ea31, #bff03f, #abf64f, #96fb5f);
	
}



h1 {
	
	color: rgb(255,51,0);
	font-size: 3.5vw;
	font-family: papyrus;
}


h2 { color: rgb(24, 92, 168);
	font-size: 1.9vw;
	font-family: papyrus;
	text-align: center;
 }


#definition{
		font-size:  1.6vw;
		font-family: papyrus;
		text-align:center;
}
.card {

	border: 0.216vw solid white;
	text-align: center; 
	background-color: CornflowerBlue;
	width:12vw;
	height: 14vw;
   }
   #box {
	   display:flex;
	   justify-content:center;
   }
   p{
	   font-family: perpetua;
	   	font-size: 0.865vw;
   }
   
   .flores {
	   	color: yellow;
		font-weight: bold;
		font-family: papyrus;
		font-size: 0.865vw;
   }
