/*
Theme Name: 2025 child
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: 2025-child
Tags: 
abcdefghijk
*/

@media print {
  /* Hide everything except main */
  body > * {
    display: none !important;
  }
  
  /* Show only main */
  body > main {
    display: block !important;
  }
  
  /* Optional: Remove margins for better printing */
  main {
    margin: 0 !important;
    padding: 0 !important;
  }
}
h1{
	color: red;
}
