button {
	padding: 5px 20px;
	border: 1px solid LightCoral;
	background: LightCoral;
	color: white;
	font-size: 12px;
	border-radius: 3px;
}
button:hover {
	border: 1px solid #d64747;
	background: #d64747;
}
