input[type="button"] {
	border-style: none;
	width: 150px;
	background-color: #555;
	border-radius: 5px;
	color: #EEE;
	font-family: 'Merriweather', serif;
	font-size: 16px;
	cursor: pointer;
	padding: 10px 0px;
	margin: 20px 0px;
}

ul {
	list-style: none;
	font-family: Verdana;
	font-size: 18px;
}