html,
body {
	margin: 0;
	padding: 0;
	font-family: "Prompt", serif;
}

section,
div {
	box-sizing: border-box;
}

/* HEADER */
#barraTopo {
	background-color: rgb(27, 63, 205);
	height: 42px;
}
