
:root {
  --primary-color: #454545;
	--blue: #143850;
	--red: #E22B22;
	--pink: #e8554e;
	--aqua: #37bfc2;
	--grey: #f4f4f4;
}

.background-red {
	background-color: var(--pink);
}

.background-red p {
	color: white;
	font-weight: 700;
}

.background-red a {
	color: var(--blue);
}

.background-red a:hover {
	color: white;
}

.background-green {
	background-color: var(--aqua);
}

.background-green p {
	color: var(--blue);
	font-weight: 700;
}

.background-green a {
	color: #0A1D29;
}

.background-green a:hover {
	color: #2872a4;
}

.notifications-banner-text {
	text-align: center;
	margin: 0px;
	padding: 10px 5%;
	font-size: 16px;
	line-height: 1.35;
}
