body {
	font-family: calibri;system-ui;
	color: ;
	background-color:  ;
	Font-size: 100%;
	line-height:1.44em ; 
}

header {
	background-color: indigo;
	height: 20vh ;
	
	
}
li b {
	font-weight:normal ;
	text-decoration: underline dotted red ;	
}
header ul {
	list-style: none;
	outline: 5px solid salmon;
	padding:.5em;
	padding-left: 0em ;
	margin: 1em ;
	margin-bottom: 0em ;
	background-color: violet;
	
	
}
h3 {
	outline: 5px solid magenta


}