.menu {
	display: flex;
}
.left-section {
	display: flex;
	flex-direction: column;
}
.dropdown-btn,
.dropdown-item {
	width: 100%;
	text-align: left;
	background-color: #f9f9f9;
	cursor: pointer;
	margin-bottom: 12px;
}
.dropdown-content {
	display: none;
	margin-left: 20px;
}
