
        #paymentBrick_container {
            max-width: 500px;
            margin: 30px auto;
        }

        .loading {
            font-family: sans-serif;
            color: #666;
            text-align: center;
            margin-top: 50px;
        }

        * {
            font-family: sans-serif;
            margin: 0px;
            padding: 0px;
            box-sizing: border-box;
        }

        html,
        body {
            height: 100%;
            width: 100%;
        }

        #app {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-content: center;
            justify-content: center;
            text-align: center;
        }
        }

        #cardPagar {
            text-align: center;
        }



        #pagar {

            margin-top: 1rem;
            background-color: dodgerblue;
            color: white;
            border-radius: 0.5rem;
            border: none;
            padding: 1rem 1rem;
            cursor: pointer;
            font-size: 1rem;
            width: 250px;
            font-weight: bolder;


        }



        