.MenuButton_Style1 {
	display: flex;
	height: 75px;
	margin:2.5px;
	background-color: #E0E0E0;
	border-top-left-radius: 37.5px;
	border-bottom-left-radius: 37.5px;
	cursor: pointer;
	z-index: -1;
	width: 100%;
}