/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 06 2025 | 05:07:04 */
body {
  background:
    radial-gradient(ellipse at 40% 25%, rgba(255, 255, 255, 0.12), transparent 60%),
    radial-gradient(ellipse at 70% 60%, rgba(255, 240, 230, 0.08), transparent 70%),
    radial-gradient(ellipse at 30% 85%, rgba(80, 60, 50, 0.5), transparent 70%),
    linear-gradient(135deg, #5B4039, #B08B80),
    url('https://www.transparenttextures.com/patterns/linen.png');
  background-attachment: fixed;
  background-size: cover, cover, cover, cover, repeat;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  color: #fff;
}
