div {
float: left;
}

.container {
	clear: both;
	width: 80%;
	margin-left: 10%;
	float: left;
	background-color:DarkViolet;
	background-color: #692a7d;
	height: 2000px;
	/*to set color*/
}

.toptext{
	clear: both;
	width: 90%;
	background-color: darkViolet;
	margin-left: 5%;
	float: left;
}
.countdowndivclass {
	text-align: center;
	background-color: red;
	height: 80px;
	margin-right: 20%;
	margin-left: 20%;
	width: 60%;
	font-size: 28pt;
	border-color: black;
	vertical-align: center;
	margin-top: 5px;
}

#p1 {
  	text-align: center;
  	font-size: 55px;
	margin-top:5px;
}

#p2 {
	text-align: center;
	font-size: 24px;
}

.timebutton {
	background-color: pink;
	height: 100px;
	width: 27%;
	text-align: center;
	margin: 2%;

}

.headermenu {
	border-radius: 0px;
	float: left;
	color: white;
	background-color: blue;
	margin-left: 7%;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 80px;
	
	text-align: center;
	/*to set certain attributes for .headermenu*/
}
