/*
Theme Name: My Custom Theme
Theme URI: https://example.com
Author: Salman
Author URI: https://example.com
Description: Fully custom WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: my-custom-theme
*/

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}