34903-vm/assets/css/custom.css
Flatlogic Bot 5b0fa3d0cb 1
2025-10-12 16:00:55 +00:00

18 lines
353 B
CSS

body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
background-color: #F8F9FA;
}
.hero {
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
}
.card {
border-radius: 1rem;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}