/*
Theme Name: Bravus
Theme URI: https://example.com/bravus
Author: George Anthony Avila Guarnizo
Author URI: https://example.com
Description: Tema personalizzato per BRAVUS.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bravus
*/
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom, #585863, #000000, #2f2f2f, #000000);
    color: #ffffff;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
