party/ui/static/style.css
2025-09-25 07:52:10 +02:00

15 lines
246 B
CSS

* {
font-family: "Alfa Slab One", serif;
font-weight: 400;
font-style: normal;
}
body {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}