#container { 
	background-color: grey;
	width: 80%;
	margin-left: 10%;
	/*height: 800px;*/
/*remove height to fit any object*/
}
.box1 {
	background-color: darkcyan;
	border-radius: 30px;
	height: 200px;
	width: 80%;
	margin: 10px;
	margin-left: 10%;
	float: left;
	clear: both;
}
.box2 {
	background-color: darkcyan;
	border-radius: 30px;
	height: 50px;
	width: 80%;
	margin: 10px;
	margin-left: 10%;
	float: left;
	clear: both;
}
.box3 {	
	background-color: darkcyan;
	border-radius: 30px;
	height: 500px;
	width: 100%;
	float: left;
	clear: both;
	margin-top: 10px;
}

}
.background {
	background-color: lightgrey;
	height: 1000;
	width: 2000;
}
p {
	font-size: 48;
		padding-left: 20%;
	font-family: monospace;
	color: darkmagenta;
	float: left;
	margin-left: 7%;
}
p2 {
	font-size: 25;
	font-family: monospace;
	color: darkgray;
	float: left;
	background-color: lightgrey;
	border-radius: 30px;
	width: 15%;
	padding-right: 4%;
	padding-left: 2%;
	margin-top: 1%;
	margin-left: 3%;
}
p3 {
font-size: 25;
	font-family: monospace;
	color: darkmagenta;
	float: left;
	border-radius: 30px;;
	padding-right: 4%;
	padding-left: 2%;
}
