mirror of
https://github.com/Starlio-app/Website.git
synced 2025-04-07 03:25:26 +01:00
25 lines
No EOL
304 B
CSS
25 lines
No EOL
304 B
CSS
body {
|
|
background: #131313;
|
|
color: white;
|
|
}
|
|
|
|
* {
|
|
line-height: 1.2;
|
|
margin: 0;
|
|
}
|
|
|
|
lottie-player {
|
|
margin: 0 auto;
|
|
width: 300px; height: 300px;
|
|
}
|
|
|
|
p {
|
|
font-family: 'Roboto', sans-serif;
|
|
text-align: center;
|
|
margin: 0.4% auto;
|
|
width: 300px;
|
|
}
|
|
|
|
a {
|
|
color: #98e9e8
|
|
} |