<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.white-mode,
a.white-mode:link,
a.white-mode:visited,
a.white-mode:active {
	/* font-family: "Montserrat"; */
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-decoration: none;
	background: #003594;
	padding: 4px 8px;
	color: #f7f7f7;
}

a.white-mode:hover,
a.white-mode:link:hover,
a.white-mode:visited:hover,
a.white-mode:active:hover {
	background: #edf3f8;
	color: #003594;
}

/* .donors {
	overflow: hidden;
	width: 100%;
	max-height: 300px;
  color: #003594;
} */

/*.thankyou {
	z-index: 10;
	text-align: center;
}*/

.thankyou {
	display: block;
  font-weight: 700;
	font-size: 80px;
	color: #003594;
	/* letter-spacing: 2px; */
	text-align: center;
  font-family: 'Merienda One', sans-serif;
}

/* svg {
	transition: fill 0.3s ease-out;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	transform: translateZ(0px);
	fill: #003594;
}

svg.highlight {
	fill: #ffc72c;
} */

/* @media only screen and (max-device-width: 768px) {
	.thankyou h3 {
		font-size: 60px;
		letter-spacing: 1px;
	}

	svg {
		width: 15px;
		height: 15px;
	}
} */
</pre></body></html>