/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 30 2025 | 03:52:10 */
body {
    min-height: 100vh;
    background: radial-gradient(circle at top, rgba(124, 157, 255, 0.25), transparent 55%), radial-gradient(circle at bottom, rgba(197, 140, 255, 0.2), transparent 55%), #050816;
}
/* 
:root {
    --bg: #050816;
    --bg-soft: #0b1020;
    --card: #111827;
    --accent1: #7c9dff;
    --accent2: #c58cff;
    --accent-soft: rgba(124, 157, 255, 0.12);
    --text: #f9fafb;
    --muted: #9ca3af;
    --border-subtle: rgba(148, 163, 184, 0.25);
    --radius-xl: 1.5rem;
    --radius-lg: 1.2rem;
    --shadow-soft: 0 24px 60px rgba(15, 23, 42, 0.65);
    --shadow-sm: 0 10px 30px rgba(15, 23, 42, 0.4);
} */

#header, #footer {
	display:none;
}

#page {
	border:none;
}