body {
    background-color: #ebecee;
    font-size: 1rem;
    line-height: 1.5em;
    color: #333333;
}

section {
    padding-top: 1rem;
}

.container {
    max-width: 450px;
}

.header {
    background-color: #fff;
    padding: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 2px;
}

.content {
    box-shadow: 0 24px 48px rgb(230 235 245 / 40%);
    background-color: #fff;
    padding: 1.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2px;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.footer {
    background-color: #fff;
    margin-top: 2px;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    box-shadow: 0 24px 48px rgb(230 235 245 / 40%);
}

.footer-logo {
    width: 90%;
}

.footer-logo.visa {
    margin-top: 18px;
}

.footer-logo.pci {
    width: 120%!important;
    margin-top: -15px;
}

.footer-logo.cup {
    margin-top: 6px;
}

