body {
	background-color: lavenderblush;
}
h1 {
	text-align: center;
	color: #c12957;
	font-size: 60px;
}
h2, h3 {
	color: #9a0a35;
}

img {
	border: solid #c12957 10px;
	border-radius: 2%;
	
	
}
span {
	
	font-size: 12px;
	
}
fieldset {
	border-color: #c12957;
	float: left;
	height: 285px;
	width: 275px;
}
legend{
	font-weight: bold;
}

aside {
	
	clear: left;
}
article {
        clear: left;
	
}

