* {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}
.container {
	width: 1300px;
}
body {
	background-color: #EEE;
}
.container {
	background-color: #FFF;
}
header * {
	font-size: 18px;
}
header #titulo-registro {
	font-weight: 700;
	font-style: italic;
	font-size: 30px;
}
footer {
	margin-top: 30px;
	margin-bottom: 30px;
}
