:root {
	color-scheme: light;
}

body {
	margin: 0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	font-family: Arial, Helvetica, sans-serif;
	background: #f7f7f7;
	color: #222;
}

img {
    max-width: 100%;
}

.site-header {
	background: #f8f9fa;
	padding: 20px 0;
	border-bottom: 1px solid #eaeaea;
}

.site-header > div {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-header h1 {
	margin: 0;
	font-size: 24px;
}

.site-header h1 a {
	text-decoration: none;
	color: #222;
}

.site-header p {
	margin: 4px 0 0;
	color: #666;
}

#content {
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	flex: 1;
}

.site-footer {
	background: #222;
	color: #fff;
	padding: 20px 0;
	margin-top: 40px;
}

.site-footer > div {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
}

.site-footer p {
	margin: 0;
}
