36693-vm/assets/css/custom.css
Flatlogic Bot 28d92aa376 ODMS2
2025-12-05 19:54:09 +00:00

15 lines
266 B
CSS

body {
font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}
.hero {
background: linear-gradient(to bottom, #e3f2fd, #ffffff);
padding: 4rem 0;
}
.footer {
background-color: #f8f9fa;
padding: 2rem 0;
margin-top: 4rem;
}