
.header {
	background-color: red;
	height: 100px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}


.textcontent {
	background-color: orange;
	height: 400px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-family: Comic Sans MS;

}

.container {
	background-color: INDIANRED;
	height: 700px;
	width: 80%;
	margin-right: auto;
	margin-left: auto; 
	padding: 30px;
}
.purplebox {
	background-color: purple;
	height: 50px;
	width: 120px;
	color: white;
	margin: 5px;
	padding: 10px;
	border-radius: 5px;
	float: left;
    cursor: pointer;
}

.HighlightBox {
	background-color: white;
	height: 50px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	text-align: center;
	font-size: 40px;
}
div {
		border: 2px solid black;
	border-radius: 20px;
	color: black;
}

