@charset "utf-8";
/*Makendou Central Style for Quark
(c) 2018 Omar Hernández (Link-NM) */

body {
	color: #fff;
	background: #000;
	background-image: url(https://makendou.n-masters.com/imgs/bg1.png);
	animation: BGscroll 20s linear infinite;
}

@keyframes BGscroll {
	from {background-position: 0 0; }
	to {background-position: 400px -400px; }
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
}

a, a:visited {
	color: #fc0;
	text-decoration: none;
}

a:hover {
	color: #09f;
	text-decoration: none;
}

#footer {
	background-color: #006;
	color: #fff;
}