@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');

* {
	font-family: 'Roboto', sans-serif;
	padding: 0; margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html { scroll-behavior: smooth; }

body { background-color: #FAFAFA; }

h1, h2, h3 { margin: auto; text-align: center; padding: 8px; }
h3.titulo {background-color: lightgray;}
h1 { font-size: 22px; color: darkblue; }
h1.tituloPag { border-bottom: 1px solid white; display: inline-table; }
h2 { font-size: 20px; }

p { text-align: justify; margin-bottom: 8px; line-height: 1.5; font-size: 16px; }

a { text-decoration: none; color: black; }
