/* This is a comment */


body {color: blue}

 h1 { color: navy; text-align: center}
 h1 {border-style: solid; border-color: navy}
 h2 {text-align: center; color:purple}
 
body {background-color: gray; color: white; font-family: arial}

.center {text-align: center}


