.body-background {
    background: linear-gradient(
        90deg,
        rgba(255, 253, 205, 1) 0%,
        rgba(206, 242, 232, 1) 66%
    );
}
.online-fees-header {
    background-color: #e4e4e1;
    background-image: radial-gradient(
            at top center,
            rgba(255, 255, 255, 0.03) 0%,
            rgba(0, 0, 0, 0.03) 100%
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(143, 152, 157, 0.6) 100%
        );
    background-blend-mode: normal, multiply;
}

.footer {
    left: 0;
    background-color: #e3f2fd;
}
