body {
	background: #0b1320;
}
footer {
	background: rgba(19, 33, 51, 1);
}
button {
	background-color: unset;
	border-radius: unset;
}

#connectMain {
  display: none;
}

#menu_container {
	margin-top: 80px;
	height: 700px;
	width: 92%;
	margin-left: 4%;
	/* background-color: red; */
	color: white;
}

.menuSection {
	border-radius: 10px;
	height: fit-content;
	width: 100%;
	margin-bottom: 15px;
	text-align: left;
	display: flex;
	align-items: center;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	background-color: #28354b;
}

.menuOption {
	display: flex;
	align-items: center;
	width: 100%;
	height: 60px;
	border-bottom: solid 4px #0b1320;
}

.menuOption:hover {
	background-color: #111e33;
}

.menuOption img {
	width: 25px;
	/* height: 25px; */
	margin-left: 10px;
	margin-right: 10px;
}

.menuOption span {
	margin-left: auto;
	margin-right: 10px;
	font-size: 30px;
}
