body{
	background-color: #FFE4C4;
}

h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 35px;
	color: blue;
}

h2{

    font-family: 'Indie Flower', cursive;
    font-size: 30px;
    color: red;
  
}
h3{
	font-family: 'Indie Flower', cursive;
    font-size: 25px;
    line-height: 5%;
}
p{
	font-size: 20px;
}
.video{
	
	background: linear-gradient(to right, #d2ff52 0%, #566647 100%);
}


.imagenes{
	float: left;
}

.borde{
	border-radius: 25px;
	width: 25%;
	padding: 10px;
	float: left;
	position: inherit;
	
        
}




