body {
    background-color: whitesmoke;
    /* background-image: url(./img/payment-bg.jpg); */
    background-repeat: no-repeat;
}

.container {
    align-items: center;
    justify-content: center;
}

.card {
    font-family: 'Poppins', sans-serif;
    max-width: 150rem;
    width: 100%;
    margin: auto;
    background-color: #ffff;
}

.h-6 {
    height: 1.5rem;
    padding: 2px;
}

img {
    max-width: 100%;
}

.vertical-center {
    min-height: 90%;
    /* Fallback for browsers do NOT support vh unit */
    min-height: 90vh;
    /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}