@charset "UTF-8";
body {
	background-color: #EF1616;
	background-image: -webkit-linear-gradient(270deg,rgba(255,233,0,1.00) 0%,rgba(255,0,0,1.00) 52.39%);
	background-image: -moz-linear-gradient(270deg,rgba(255,233,0,1.00) 0%,rgba(255,0,0,1.00) 52.39%);
	background-image: -o-linear-gradient(270deg,rgba(255,233,0,1.00) 0%,rgba(255,0,0,1.00) 52.39%);
	background-image: linear-gradient(180deg,rgba(255,233,0,1.00) 0%,rgba(255,0,0,1.00) 52.39%);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
main p {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}
.topnav ul {
	text-align: center;
	list-style-type: none;
}
.topnav ul li {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 60px;
	margin-right: 60px;
}
footer {
	border-top-width: 2px;
	border-top-style: solid;
	margin-top: 60px;
	padding-top: 0px;
}.flames {
	margin-left: 330px;
	margin-top: 30px;
}
