Starlio-web/localized-files/ru/static/css/404.css

25 lines
294 B
CSS
Raw Normal View History

2023-05-27 11:48:27 +03:00
body {
background: #131313;
color: white;
}
* {
line-height: 1.2;
margin: 0;
}
lottie-player {
margin: 0 auto;
width: 300px; height: 300px;
}
p {
font-family: sans-serif;
text-align: center;
margin: 0.4% auto;
width: 300px;
}
a {
color: #98e9e8
}