
body {
  background-image: url('snakeskin.jpg');
}

@font-face {
  font-family: 'CoffeCake';
  src : url('/fonts/coffecake-webfont.woff');
}

@font-face{
  font-family: 'AloeVera';
  src: url('/fonts/aloevera-webfont.woff')
  }

h1, h2 {
  font-family: 'AloeVera';
}
 
h1, h2, p, ul {
  
  background-color: Bisque;
}
