@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500;700&display=swap');
body{
	background: #000;
	color: #fff;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	text-align: center;
	margin: 15% auto;
}
h1#site-logo{
	width: 320px;
	height: 43px;
	background-image: url('../imgs/logo_fraccionados_blanco_800.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-indent: -9999px;
	margin: 1em auto;
}