/* CSS Document for my Web Project
Author: Raymond Bawal
Course: ITWP 1000
File: style.css
*/
body {
  background-color: #89CFF0;     
  color: #333333;                
  font-family: Arial, Helvetica, sans-serif; 
  margin: 10px;                  
}

h1 {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

nav {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

footer {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}