body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f7f7f7;
    color: #333;
}

header {
    background: #8f5d9c;
    color: white;
    padding: 15px;
    text-align: center;
}

nav a {
    margin: 0 10px;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.hero {
    padding: 40px;
    background: url('https://images.unsplash.com/photo-1556228720-195a672e8a03') center/cover no-repeat;
    color: white;
    text-shadow: 1px 1px 2px black;
    text-align: center;
}

.content {
    padding: 20px;
    max-width: 800px;
    margin: auto;
}

.testimonials blockquote {
    background: white;
    padding: 15px;
    margin: 15px 0;
    border-left: 5px solid #8f5d9c;
    font-style: italic;
}

footer {
    background: #333;
    color: white;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}

.hours li, .service-list li {
    margin: 8px 0;
}
