/*
    Lakeland Reeds Bed and Breakfast style sheet
    Filename: styles.css

    Author: Matthew Lopez
    Date:   August 26th 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;
            }