@charset "utf-8";
/* CSS Document */

body {
  background-color: #71b0c6;
  color: #FFFFFF;
}

h1, h2 {
  color: #FFFFFF;
  text-align: center;
}

p {
  font-family: verdana;
  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">

-->

