/*
Theme Name: Helpsatasme
Theme URI: https://helpsatasme.satasmedev.xyz/
Author: Satasme
Author URI: https://satasme.lk
Description: A custom theme for Helpsatasme project.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: helpsatasme
Tags: custom, responsive, clean
*/



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Full-width content */
html, body {
    width: 100%;
    height: 100%;
}

main {
    width: 100%;
    max-width: 100%;
}

body {
  margin: 0 !important;
  padding: 0;
}
