.content {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	width:100%
}

.profile{
	display: flex;
	flex-direction: column;
	color:white;
	background-color:rgb(162, 184, 245);
	padding: 10px;
	border-radius:3%;
	font-size:24px;
}