

.nestedsidemenu2 {
	font: 10px 'Bitter', sans-serif;
	z-index: 900;
	filter: drop-shadow(0.5rem 0.5rem 0.25rem rgba(0, 0, 0, 0.3));
	position: relative;
	text-align: left;
    width: 980px;
	background: white;
	border-style: solid;
	border-radius: 15px;
	border-width: thin;
	padding: 15;
    position: sticky;
	
}

.nestedsidemenu2 {
	font: 10px 'Bitter', sans-serif;
	z-index: 900;
	filter: drop-shadow(0.2rem 0.2rem 0.25rem rgba(0, 0, 0, 0.3));
	position: relative;
	text-align: left;
    width: 60%;
	background: white;
	border-style: solid;
	border-radius: 15px;
	border-width: thin;
	padding: 15;
    position: sticky;
	
}
