html {
	height: 100%;
}

body {
	min-height: 100%;
}

.button {
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px 20px 10px 20px; 
	background-color: orange;
	color: #2F2049;
	border-radius: 20px;
	font-size: 1.5em;
	font-family: ff-providence-sans-web-pro,sans-serif;
	font-weight: 400;
	font-style: normal;
}

.button:hover {
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px 20px 10px 20px; 
	background-color: rgba(255, 165, 0, 0.85);
	color: #2F2049;
	border-radius: 20px;
	font-size: 1.5em;
	font-family: ff-providence-sans-web-pro,sans-serif;
	font-weight: 400;
	font-style: normal;
}