/* stylesheet.css for assignment 2 */

body {
  background-color: #C3E1EA;
  }
  
h1 {
  color: #1F2159;
  font-style: italic;
  font-family: arial, helvetica, sans-serif;
  }
  
  
