You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
body {
|
|
min-height: 100vh;
|
|
font-family: "Orbitron", sans-serif;
|
|
color: white;
|
|
scroll-behavior: smooth;
|
|
height: 100vh;
|
|
background-image: radial-gradient(
|
|
circle,
|
|
#312c42,
|
|
#2e2a3d,
|
|
#2a2738,
|
|
#272434,
|
|
#24222f,
|
|
#22202c,
|
|
#1f1f29,
|
|
#1d1d26,
|
|
#1b1b23,
|
|
#191a21,
|
|
#17181e,
|
|
#15161c
|
|
);
|
|
}
|