/* Genel stil ayarları */
body {
	margin: 0;
	font-family: Arial, sans-serif;
	line-height: 1.6;
	background: #f4f4f9;
	color: #333;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	justify-content: space-between;
}

header {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 50px 20px;
}

header img {
	max-width: 480px;
}

header h1 {
	font-size: 2.5em;
	margin: 0;
}

header p {
	font-size: 1.2em;
	margin: 10px 0;
}

.container {
	padding: 20px;
	max-width: 1100px;
	margin: 0 auto;
}

.section {
	margin: 40px 0;
}

.section h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.8em;
}

.section p {
	text-align: center;
	font-size: 1.1em;
}

footer {
	text-align: center;
	padding: 20px;
	background: #000;
	color: #fff;
}

footer a {
	color: #28a745;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}
