#proposito {
            text-align: center;
            background-color: #fff;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 10px;
            margin: 50px;
        }        

        #proposito p {
            line-height: 1.6;
            font-size: 1.1em;
            color: #666;
            margin-bottom: 1em;
            text-align: justify;
        }

        #proposito strong {
            color: #1e3d7c;
        }