body {
    background-color: whitesmoke;
    /* background-image: url(./img/payment-bg.jpg); */
    background-repeat: no-repeat;
}

.container {
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

.card {
    font-family: 'Poppins', sans-serif;
    max-width: 25rem;
    width: 100%;
    margin: auto;
    background-color: #ffff;
}

.h-6 {
    height: 1.5rem;
    padding: 2px;
}

img {
    max-width: 100%;
}