body {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	background: #74890b;
}

.container {
	text-align: center;
}

h2 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 2em;
	color: white;
}

h2 span {
	font-size: 1.3em;
}

#button {
	background: black;
	color: white;
	font-size: 1em;
	border: solid 3px grey;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 20px;
	border-radius: 2em;
}
