body{
margin: 0;
background-image: url(images/[Link]);
background-size: cover;
background: radial-gradient(ellipse at top, #001a4d 0%, #000814 100%);
min-height: 100vh;
:root{
--white: #ffffff;
--light: rgba(233, 249, 255, 0.9);
--yellow: #00d9ff;
--title: #00ffcc;
--dark: #0a1628;
.container{
box-sizing: border-box;
width: 900px;
background-size: 100vh;
margin: 20px auto;
padding: 1rem;
box-sizing: border-box;
color: var(--white);
font-family: system-ui;
font-size: 12px;
background: radial-gradient(ellipse at top, rgba(0, 80, 130, 0.7) 0%,
rgba(0, 15, 40, 0.95) 100%);
border: 2px solid rgba(0, 255, 200, 0.15);
border-radius: 8px;
box-shadow: 0 0 25px rgba(0, 200, 200, 0.25);
#canv{
position:absolute;
left:0;
top:0;
z-index:99;