li {
	color:red;
    font-size:25px;
    background-color: black
   
}
/* Set lists to red  */
ul {
     border: 2px solid black;
     background-color: black;
}

h1,h2 {
    color: Teal;
}
/* Set all heating 1/2 to Teal */
* {
    background-color: White;
}