button {
	padding: 16px 20px;
	color: white;
	background-color: blue;
	border: none;
	outline: none;
	border-radius: 20px;
}

button:hover {
	background-color: darkblue;
}