.payment-container {
    display: flex;
    min-height: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    transform: translateY(7vh);
}