body {
	height: 100%;
	text-align: center;
	vertical-align: center;

}

#headlines {
		height: 100px;
		background-color: #E0FFFF;
		line-height: 100px;
}


h1 {
	color: #882FF6;
}


button {
	width: 180px;
	height: 100px;
	align-items: center;
	margin: 10px 10px;
	border-radius: 10px;
	background-color: orange;
	//background-color: #32de84;
	font-size: 20px;

}

button:hover {
	border-style: groove;
 	border-width: 5px;
  	border-color: blue;

}

footer{
	display: block;
	position: relative;
	text-align: center;
	margin: 10px;
	padding: 10px;

}