h1 { text-align: center;
	color: red;
	background-color: cyan; }
div {text-align: center;}
.SVG1
{
	width:200px;
	height:180px; 
	float:left;
}
.SVG2
{
	width:300px;
	height:280px; 
	float:left;
}
.SVG3
{
	width:400px;
	height:380px; 
	float:left;
}