* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
overflow: hidden;
background: #0a0a1a;
font-family: "Georgia", serif;
}

.scene-container {
position: relative;
width: 100vw;
height: 100vh;
overflow: hidden;
cursor: crosshair;
}

/* Sky Background */
.sky {
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(
to bottom,
#1a1a3e 0%,
#2d1b4e 30%,
#3d2a5a 60%,
#1a1a2e 100%
);
transition: transform 0.3s ease-out;
}

/* Stars */
.stars {
position: absolute;
width: 100%;
height: 100%;
background-image: radial-gradient(2px 2px at 20% 30%, white, transparent),
radial-gradient(2px 2px at 60% 70%, white, transparent),
radial-gradient(1px 1px at 50% 50%, white, transparent),
radial-gradient(1px 1px at 80% 10%, white, transparent),
radial-gradient(2px 2px at 90%...

Similar Posts

Loading similar posts...

Keyboard Shortcuts

Navigation
Next / previous item
j/k
Open post
oorEnter
Preview post
v
Post Actions
Love post
a
Like post
l
Dislike post
d
Undo reaction
u
Recommendations
Add interest / feed
Enter
Not interested
x
Go to
Home
gh
Interests
gi
Feeds
gf
Likes
gl
History
gy
Changelog
gc
Settings
gs
Browse
gb
Search
/
General
Show this help
?
Submit feedback
!
Close modal / unfocus
Esc

Press ? anytime to show this help