
.header {
	background-color: #FA5882;
	height: 70px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-family: monospace;
	padding: 10px;

}

.textcontent {
	background-color: pink;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-family: sans-serif;
	padding: 10px;
}

.container {
	background-color: black;
	height: 70%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;

}

.purplebox {
	background-color: purple;
	height: 50px;
	width: 60px;
	color: white;
	margin: 5px;
	padding: 10px;
	border-radius: 5px;
	float: left;

}
