/*
Theme Name: TLP
Theme URI: https://example.com/tlp
Author: Your Name
Author URI: https://example.com
Description: Custom WordPress theme for TLP
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tlp
Tags: custom-theme, responsive

This theme, like WordPress, is licensed under the GPL.
*/

/* Centra il contenuto nella pagina */
.site-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 35px;
}
