/*
Theme Name: My iraluxeholdings 
Author: Rakesh Roshan
Author URI: https://example.com/
Description: A basic custom WordPress theme.
Version: 1.0
License: GPL2
Text Domain: my-custom-theme
*/

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}