#list li{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.title{
	display: flex;
	align-items: center;
	
}
.black{
	background-color: #000000;
	width: 5px;
	height: 20px;
	margin-right: 5px;
	
}
body,.mui-content{
	background-color: white;
}
.title1{
	margin-top: 120px;
}