.button-link {
	display: inline-block;
	padding: 10px 20px;
	background-color: #ce1212;
	border: 0px solid #ce1212;
	color: white;
	text-decoration: none;
	border-radius: 999px;
	font-weight: bold;
	transition: background-color 0.3s ease;
}

.button-link:hover {
	background-color: #0056b3; color: white;
}

body {
	font-family: Arial, sans-serif;
	padding: 40px;
}