@charset"utf-8";
@import url(https://fonts.gstatic.com/s/indieflower/v16/m8JVjfNVeKWVnh3QMuKkFcZVaUuH.woff2)
 
body{
	border-style:inset;
	border-width: 10px;
	border-color: aqua;
	padding: 25px;
}
header,nav,main,footer,aside,.contenedor{
	border-style:solid;
	border-width: 5px;
	border-color: black;
	padding: 25px;
	margin: 5px;
}

.caja{
	
	

}

header{

	font-family: 'Indie Flower', cursive;
	background-color: aqua;
	text-align: center;
	text-decoration-line: underline;
	font-style: oblique;
	font-size: 50px;
	font-weight: 900;	
}

nav{
	
	background-color: lightgrey;
	width: 12%;
	font-size: 20px;

}
main{
	
	width: 60%;
	background-color: lightgoldenrodyellow;
}
aside{
	
	width: 5%;
		background-color: lightgrey;

}
footer{
	
}
.contenedor{
	display: flex;
	flex-flow: row;
	justify-content: center;
	font-size: 20px;


}
.caja{font-size: 20px;

}
html{
	
}