#square {
	position: absolute;
	top: 20px;
	left: 40px;
	width: 200px;
	height: 200px;
	background-color: red;
}
#circle {
	position: absolute;
	top: 20px;
	left: 40px;
	width: 200px;
	height: 200px;
	border-radius: 150px;
	background-color: blue;
}
#title {
	position: absolute;
	top: 20px;
	left: 50px;
}