/*
Theme Name: Event Decoration24
Author: Rinku Yadav
Author URI: https://eventdecoration24.com/
Description: A theme for event decoration services with a modern design.
Version: 1.0
Text Domain: Event Decoration24
Tags: event, decoration, creative, clean, responsive
*/

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
  }
  
  h1, h2, h3 {
    color: #333;
  }
  
  header {
    background-color: #f4f4f4;
    padding: 20px;
    text-align: center;
  }
  
  footer {
    background-color: #333;
    color: white;
    padding: 10px;
    text-align: center;
  }
  