<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Reset CSS starts here*/
body {
	background: #000;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none
}
img {
	max-width: 100%;
	border: 0;
	height: auto;
}
a:hover {
	opacity: 0.8;
	color: #9a020d;
}
p {
	margin: 0;
	padding: 0;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
h1 {color: #131313; text-align: center; font-size: 80px;text-shadow: 1px 1px 2px #474747, 0 0 1em #212121, 0 0 0.2em #474747; font-family: 'Montserrat', sans-serif; margin-top:10px;margin-bottom: 10px;}
h1:hover {text-shadow: 3px 3px 5px #474747, 0 0 1em #212121, 0 0 0.5em #474747; }
h2 {color: #131313; text-align: center; font-size: 40px;text-shadow: 1px 1px 2px #474747, 0 0 1em #a1220d, 0 0 0.2em #474747; font-family: 'Montserrat', sans-serif; margin-bottom: 10px; letter-spacing: .2rem;}

.social {margin:0 auto 20px auto; text-align: center;}
.social .SocialIcons i{font-size: 3em; color: Tomato; }
.social .SocialIcons i:hover { color:aquamarine; }

.social .SocialIcons i.reversed{font-size: 3em; color: aquamarine !important; }
.social .SocialIcons i.reversed:hover { color:Tomato !important; }

/* Responsive CSS starts here */
@media only screen and (max-width:1024px) {
/* Responsive tablet land */
}


@media only screen and (max-width:992px) {
/* Responsive tablet port */
}


@media only screen and (max-width:767px) {
/* Responsive mobile land */
	
}


@media only screen and (max-width:479px) {
/* Responsive mobile port */

}
</pre></body></html>