
body {background-color: white;
font-size: 15pt;
line-height: 30pt;
}

nav{
display:flex;
justify-content: space-around;
}
nav a{
	color: blue;
	font-family: arial;
	

}
h1{
text-align: center;
color: black;
font-family: sans-serif;	
}
p{
color: black;
font-family: sans-serif;	
}
