body {
font-family: system-ui, Arial, sans-serif;
margin: 0;
background: #fafafa;
color: #333;
}
.site-header {
background: #ffffff;
padding: 20px;
border-bottom: 1px solid #eee;
}
.site-header h1 {
margin: 0;
}
.site-header a {
text-decoration: none;
color: #2c7a2c;
}
main {
padding: 20px;
}
.site-footer {
background: #fff;
border-top: 1px solid #eee;
padding: 15px;
text-align: center;
font-size: 14px;
}