/*
Theme Name: NYAM Blank
Theme URI: https://nyadmen.com/
Author: NY Admen
Description: A deliberately blank full-width WordPress canvas for designers and converted pages. No header, footer, page title, content width, or default page padding.
Version: 0.1.0
License: Proprietary
Text Domain: nyam-blank
*/
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
  background: #fff;
}
body { overflow-x: hidden; }
main, article, .entry-content {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
}
