.logo{
	left:4rem;
	position: fixed;
}

.sidebar{
	left: 0;
	position: fixed;
	z-index: 9001;
	background-color: rgba(0,0,0,.2);
	height: 100dvh;
	width: 4rem;
	text-align: center;
	display: grid;
	grid-template-rows: 50% auto 10%;
}

.sidebar-icon{
	height: 2rem;
	padding: 14px;
	color: rgb(134, 127, 127);
	text-decoration: none;
}

.material-symbols-rounded {
	font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

.material-symbols-rounded.md-36 {
	font-size: 36px;
}