		*{
 margin : 0;
 padding: 0;
 box-sizing: border-box;
}

body {
	margin-top: 30px;
    margin-left: 70px;
    margin-bottom: 70px;
    font-family: sans-serif;
    background-color: whitesmoke;
    color: LightSlateGray;
    font-size: 11pt;
    word-break: keep-all;
}


h2 {
	font-size: 15pt;
	font-witght: normal;

}


li {
	margin-top: 2px;
}

li::before {
	color: dimgray;
}


img {
	width: 200px;
	opacity: 80%;
	border: 1px solid lightslategray;
	border-radius: 10px;
}

a {

	color: lightslategray;
	text-decoration: none;

}

a:visited {



}

a:hover { 
	background-color: paleturquoise;

 }

footer {

	font-size: 9pt;
	color: black ;
}

@media screen and (max-width: 704px) {

}
