body {background-color: white }
p{color: black;
font-family: "arial";
font-size: 22px;}

h1 {background-color: black;
    text-align: center;
    color: orange;
    font-family: "ARIAL";
    font-size: 40px;
    border-style: solid;
    border-color: darkred;
    border-width: 8px;
    margin-top: 10px;
    margin-bottom: 50px;
    margin-left: 10%;
    margin-right: 10%;
    box-shadow: 10px 10px;
    width: 80%;}

ul, ol {color: black;
   font-family: "consolas";
   font-size: 25px;}

img {
	width: 40%;
}   