/*
Theme Name: Theme By Samir
Theme URI: https://example.com
Author: Samir Sahoo
Author URI: https://yourwebsite.com
Description: A custom theme built for WordPress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-custom-theme
*/
body{
    padding:0; 
    margin:0;
    font-family: "Poppins", Sans-serif;
}
