/*
Lakeland Reeds Bed and Breakfast style sheet
Filename: styles.css

Author: Daniela Beltran
Date: 09/10/2025
HTML5 and CSS3 illustrated Unit C, Lessons
*/

        body {
            background-color: ivory;
            text-align: left;
         }
         #contact {
            text-align: right;
         }
         .accent {
            color: darkcyan;
         }
         h1, #contact {
            background-color: wheat;
            color: dimgray;
         }
         p{
            Color: red;
         }