/*
   New Perspectives on HTML
   Tutorial 2
   Case Problem 2

   Cbspca Style Sheet
   Author: Ryan Henderson 
   Date:   November 5th, 2016

   Filename:         cbspcastyles.css
   Supporting Files: none

*/

/* Section Styles */



body {
   background-image: url("Cape-Breton-SPCA-logo.jpg");
    background-repeat: no-repeat;
background-attachment: fixed;
    background-position: center; 
padding: 100px;


color: blue;
font-family: Verdana, Geneva, sans-serif;

}

footer {
font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5rem;
  text-align: center;
}





