@charset "utf-8";
/* CSS Document */

body {
	background-color: #eeeff1;
	font-family: 'DM Sans', sans-serif;
}

h1 {
	font-size: 30pt;
}
h2 {
	font-size: 18pt;
}
h3 {
	font-size: 13pt;
}

.header {
	margin: 0px;
}
	.header h1 {
		margin: 0px;
		font-size: 35pt;
	}
	.header h3{
		margin: 0px;
		font-size: 11pt;
	}
	
.page {
	margin: 0px 10%;
}

.corpo {
	margin: 0px;
}
