nav {
	background-color: #2c2f33;
	padding: 50px;
	font-size: 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
nav > * {
	display: flex;
	flex-direction: row;
	column-gap: 20px;
}

.title-main {
	font-weight: 700;
}
.user {
	height: 61px;
	width: 61px;
	border-radius: 100%;
	background-size: 61px;
}
