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