        /* Estilos CSS personalizados */
        body {
            font-family: Arial, sans-serif;
            text-align: center;
            background-color: #E7FFE6;
            background-repeat: no-repeat;
            background-size: 200px;
            background-position: center center;
            padding-top: 40px;
        }
        .social-icons {
            margin: 40px;
        }
        .social-icons a {
            text-decoration: none;
            margin: 10px;
            color: #333;
            font-size: 24px;
        }