#seriea{
	background-color: blue;
	text-align: center;
	height: 100 px;
	width:100%;
	color: white;
	padding: 25px;
	font-size: 20px;
}

aside{
	width:30%;
	border: 5px solid blue;
	text-align: center;
	height: 300px;
	display:inline-block;
	vertical-align:top;
	margin: 10px;
}


article{
	width:55%;
    border: 15px solid blue;
	padding: 10px ;
	margin: 10px;
	text-align: center;
	height:490px;
	display:inline-block;
	vertical-align:top;

	
	
}




.torino{
	background-color: #7b1b02 ;
	text-align: center;
	height: 100 px;
	width:100%;
	color: white;
	padding: 25px;
	font-size: 20px;
	
}

h3{
	border-style: groove;
	text-align: center;
}

li{
	border-style: groove
}


a{
	color: #7b1b02 ;
}



