body {
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
		'Lucida Sans', Arial, sans-serif;
	margin: 0;
	background-image: url('/images/table.png');
	background-size: cover;
	text-align: center;
	color: white;
	font-weight: bold;
}

h1 {
	color: goldenrod;
}

#message-el {
	font-style: italic;
}

button {
	width: 150px;
	color: #016f32;
	background: goldenrod;
	border: none;
	border-radius: 2px;
	padding: 5px 0;
	font-weight: bold;
	margin: 2px 0;
}
