/*
   New Perspectives on HTML and CSS
   Tutorial 9
   Case Problem 1

   Kelsey's Diner Style Sheet

   Author: Campbell Gilliland
   Date:   04/08/2025

   Filename:         kdstyles.css
   Supporting Files: 

*/

img {
   border-width: 0px;
}

body{
   background-image: url('tan.jpg');
}


h1,h5{
   text-align: center;
}
h1{
   color: green;
}

b{
   font-family: sans-serif;
   color: green;
}
