        /* Estilos Globais */
        body {
            font-family: 'Arial', sans-serif;
            background-color: #f4f4f4;
            color: #333;
        }

        /* Cabeçalhos */
        h1, h2, h3 {
            color: #0056b3;
            margin-bottom: 20px;
        }

        #div-header {
            display: none;
        }

        #header-part {
            background-color: #D9BCA9;
        }

        .tittle {
            text-align: center;
            margin-bottom: 20px;
        }

        .tittle h1 {
            color: #000;
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
        }

        main {
            max-width: 1200px;
            margin: 40px auto;
            padding: 0 20px;
        }

        section {
            background: #fff;
            padding: 30px;
            margin-bottom: 40px;
            box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
        }

        section h2 {
            font-size: 2em;
            margin-bottom: 20px;
            color: #000;
        }

        /* Parágrafos e seções de texto */
        p {
            margin-bottom: 15px;
        }

        .link-email {
            color: #000;
        }
        .link-email:hover {
            color: #333;
            text-decoration: underline;
        }