html {
	margin-top: 30px;
	margin-left: 30px;
}

body {
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

a {
	color: black;
	text-decoration: none;
}

/*#button1 {
	border: 1px solid black;
	position: absolute;
	padding: 4.5px 8px;
	left: 70px;
	top: 365px;
}

#button1:hover {
	background-color: black;
	color: white;
	border: 1px solid white;
	transition: background-color 1s ease;
}*/

#button1 {
	border: 3px solid black;
	font-size: 35px;
	position: absolute;
	padding: 16px 24px;
	left: 380px;
	top: 300px;
}

#button1:hover {
	background-color: black;
	color: white;
	transition: background-color 1s ease;
	transition: color 1s;
}