
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f0f0f0;
            text-align: center;            
        }

        .logo {
            background-color: #3E1A68;
            padding: 10px 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .logo img {
            height: 120px;
        }

        .btn-purple {
            background-color: #3E1A68;
            color: white;
            padding-left: 10%;
            padding-right: 10%;
            padding-bottom: 1%;
            padding-top: 1%;
            border-radius: 100px;
        }

        .btn-purple:hover {
            background-color: white;
            color: #3E1A68;
        }

        #banner {
            background-image: linear-gradient(rgba(62, 26, 104, 0.7), rgba(62, 26, 104, 0.7)), url('https://fotos.perfil.com/2024/06/12/trim/1280/720/karina-milei-1818230.jpg');
            background-repeat: no-repeat;
            background-size: cover;
        }

        #boleta {
            background-color: white;
        }

        #boton {
            background-color: black;
        }

        #formulario {
            border-radius: 10px;
            background-color: rgba(255, 255, 255, 0.258);
        }
