/*!
Theme Name: EverShare
Theme URI: https://evershare.co.uk/
Author: EverShare Team
Author URI: https://evershare.co.uk/
Description: Theme Start For My Websites
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: evershare
Tags: wordpress, theme-from-scratch, evershare

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

* {
  margin: 0;
}
html,
body {
  overflow-x: hidden !important;
}
.main_container {
  max-width: 1240px;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.container_onside {
  margin-left: calc((100% - 1240px) / 2) !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
  margin-right: auto !important;
}
