/*.sidebar{
	width: 200px;
	background-color: rgb(128, 128, 128);
	padding: 20px 0 0 0;
	height: 100vh;
	position: relative;
	top: -24px;
	left: -12px;
}

.sidebar img{
	border-radius: 50px;
}

.sidebar h5{
	color: white;
	margin-top: 10px;
}

.menu-item{
	width: 200px;
	padding: 10px 0 10px 20px;
	transition: background-color .5s;
	cursor: pointer;
}

.menu-item:hover{
	background-color: lightgray;
}

.items-container a{
	text-decoration: none;
	color: white;

}*/

/*hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 255, 255, 255);
}*/