body {
	font-family: sans-serif;
	text-align: center;
	background-color: #1E1E1E;
	color: #ABABAB;
}

button {
	background-color: #ABABAB;
	color: #000000;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
}