/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

html {
	/* Ensure the html element always takes up the full height of the browser window */
	min-height: 100%;
	/* The Magic */
	background-size: cover;
}


.next {
	background-color: lawngreen;
	border: 4px solid darkgreen;
	color: black;
	padding: 5px 5px;
	font-size: 25px;
	border-radius: 50px;
	width: 450px;
	height: 60px;
	transition-duration: 0.8s
}
.next:hover {
	background-color: darkgreen;
	color: navajowhite;
}
.blank {

</body>