@charset "utf-8";
/* CSS Document */

body {
  background-color: darkslateblue;
  color: aliceblue;
} 

h1, h2 {
  color: cornsilk;
  text-align: center;
}

p {
  font-family: arial;
  font-size: 20px;
}





<!-- This is comment code

Here is the code to link up this style sheet 

More info:  https://www.w3schools.com/css/css_howto.asp

Place the next line in the "head" area on the html page

<link href="styles.css" rel="stylesheet">

-->

