body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	background: #020617;
	color: #e5e7eb;
	line-height: 1.6;
}

.container {
	max-width: 760px;
	margin: 0 auto;
	padding: 40px 20px;
}

h1 {
	font-size: 34px;
	margin-bottom: 10px;
}

h2 {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #94a3b8;
	margin-top: 50px;
	margin-bottom: 10px;
}

p {
	margin: 0 0 12px;
}

.subtitle {
	color: #94a3b8;
	margin-bottom: 20px;
}

a {
	color: #3b82f6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.divider {
	height: 1px;
	background: rgba(255,255,255,0.1);
	margin: 40px 0;
}

.contact {
	margin-top: 10px;
}
