.image-body {
    background-image: url('../img/payment_icons_dense_bg.png');
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Segoe UI', sans-serif;
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
    backdrop-filter: blur(1.2px);
}