body{
	font-family: system-ui,sans-serif;
	color: white;
	
	font-size: 100%;
	line-height: 1.44em;
	background-image: url("plant.jpg");
	background-size: cover;
	padding:2em;
	}

header {

	Background-color: black;
	
	height;50vh;
		padding: 2em;
	}


p, ul, ol, dl {
	margin:1em;

}
b {
	font-weight: bold ;
	text-decoration: underline dotted darkslategrey;
}
	
header ul {  
	list-style: none; 
	outline-width: 3px;
	outline-style: dotted;
	outline-color: darkslategrey;
	padding: 1em;
	
}

h3 {
	outline-width: 2px;
	outline-style: dotted;
	outline-color: darkslategrey;
	padding: .5em;
}
