.back{
	width: 35px;
	height: 35px;
	background-color: red;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	opacity: 0;
	position: fixed;
	z-index: 999;
	right: 10%;
	top: 500px;
}

.mui-bar-nav{
	background-color: white;
}
.red{
	color: red;
}
.orange{
	color: orange !important;
}
#newsTitle {
	display: flex;
	align-items: center;
	margin-left: 5px;
}
#newsTitle h4{
	margin-left: 10px;
}

#titleBox {
	width: 5px;
	height: 30px;
	background-color: red;
}