<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ed1c24;
	color: white;	
	text-shadow: 2px 2px black;
}

#content {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

#logo {
	max-width: 300px;
}

#team img {
	max-width: 500px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.8);
  transition: transform .5s;
}

#team img:hover {
  transform: scale(1.25);
}

#team .text {
	font-style: italic;
}

#images img {
	max-width: 400px;
	max-height: 250px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.8);
	margin: 20px;
  transition: transform .5s;
}

#images img:hover {
  transform: scale(1.25);
}

ul {
	display: inline-block;
	text-align: left;
}

a {
	color: white;
}

#address {
	font-size: 1.2em;
}

#address, #services, #specials {
	padding: 20px 0;
}

.heading {
	font-size: 1.2em;
	font-weight: bold;
}</pre></body></html>