/*
Theme Name: Elon Desa
Theme URI: https://elon.desa
Author: You
Description: A custom lightweight WordPress theme with black-glass design, responsive layout, and featured book display.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-theme, glassmorphism, responsive, minimal, books
Text Domain: elon-desa
*/

body {
  background-image: url('/wp-content/uploads/2023/your-background.jpg'); /* Update to your actual background image path */
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  }
