/*
Theme Name: Blank Theme
Theme URI: https://mplus.software
Author: Mplus
Author URI: https://mplus.software
Description: A blank theme for Elementor
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-elementor-theme
*/
/* Add to style.css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: sans-serif;
}
