/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 27 2025 | 14:27:59 */
body {
    background: linear-gradient(-45deg, #FFFFFF, #FFFFFF, #dc182a, #FFFFFF );
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinit
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}