@charset "utf-8";

/* ============================================= Restablecimiento */
*,
*:before,
*:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
}
q {
	quotes: none;
}

html {
	font-size: 20px;
}
body {
	background-color: black;
	color: white;
	text-align: center;
}

