body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	line-height: 1.6;
	color: #333;
	max-width: 800px;
	margin: 20px auto;
	padding: 0 20px;
	background-color: #faf8f1;
}

h2 {
	color: #2c3e50;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-top: 30px;
}

ul {
	list-style-type: disc;
	margin-left: 20px;
	padding: 0;
}

ul ul {
	list-style-type: circle;
	margin-left: 20px;
	margin-top: 4px;
}

li {
	margin-bottom: 8px;
}

a {
	color: #007bff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 15px;
}

.intro-section {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 30px;
}

.profile-picture {
	flex-shrink: 0;
	width: 180px;
	object-fit: cover;
	border-radius: 10%;
	border: 2px solid #ddd;
}

.intro-text {
	flex-grow: 1;
	padding-top: 10px;
}

.contact-links {
	margin-top: 15px;
}