/* css styles */

.profile-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 0.75rem;
}

.profile-links .btn {
	display: inline-flex;
	align-items: center;
}

.profile-links .btn .bi {
	margin-right: 0.4em;
}

.profile-image {
	width: 420px;
	max-width: 100%;
	height: auto;
	border-radius: 0.5rem;
}

.profile-text {
	margin-left: 1em;
}
