body {
	max-width: 960px;
	margin: auto;
	height: 100%;
	background-color: #eeeeee;
	padding: 10px;
}

.button {
	font-family: "Minion";
	padding-top: 0px;
	color: white;
	/*border: solid 3px green;*/
	/*border-radius: 20px;*/
	/*background: linear-gradient(to top, rgba(0, 0, 0, 1)20%, rgba(175, 175, 175, 1) 100%);*/
	background-color: #E52B50;
	width: 100%;
	/*box-sizing: border-box;*/
	box-shadow: 0 14px 18px rgba(0,0,0,0.25);
	/*height: 50px;*/
	position: relative;
	margin: 3px auto;
	font-size: 40px;
}

.button:hover {
	box-shadow: 0 10px 10px rgba(0,0,0,0.22);
}