.container {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

h1 {
	margin-top: 50px;
}

#name {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 20px;
}

#profile-pic {
	width: 200px;
	height: 200px;
	object-fit: cover;
	border-radius: 50%;
	margin-top: 20px;
}
