﻿
#payment-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    padding: 20px;
}

.iframe-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
