@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

*
 {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
 }

 strong {
 	font-weight: 700;
 }

div#container {
	width: 90%;
	max-width: 600px;
	margin: 2em auto;
	padding: 1em;
}

h1{
	font-weight: 700 !important;
	font-size: 180%;
	line-height: 110%;
}

h2{
	font-weight: 700 !important;
	font-size: 130%;
}

p{
	margin: 2em 0;
	line-height: 130%;
}


ul {
	margin: 0;
	padding: 1em;
}
ul li {
	margin: 1em 0;
}

ul li ul {
	margin: .2em 0 !IMPORTANT;
}

a, a:link, a:visited, a:active {
	color: red;
}
a:hover {
	text-decoration: none;
}
.pie {
	font-size: 70% !important;
}


