:root {
  --primary-color: #D21312;
  --secondary-color: #EE1100;
  --unfilled-color: #EE110080; /* used in the progress bar. the 80 at the end is hex for 50% transparency*/
  --text-bg-color: #FBDFC990;
}


.cta {
	display: inline-block;
	background-color: var(--primary-color);
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	margin: 30px;
}

