#newsTitle {
	display: flex;
	align-items: center;
	margin-left: 5px;
	margin-left: 25px;
	margin-top: 10px;
}
#newsTitle h4{
	margin-left: 10px;
}

#titleBox {
	width: 5px;
	height: 30px;
	background-color: red;
}
#u1 {
	height: 200px;
	width: 90%;
	background-color: white;
	border-radius: 10px;
	margin: auto;
	margin-top: 10px;
}

#l1 {
	width: 33%;
	border: none;
}

#l1 img {
	width: 60px;
}

button{
	height: 50px;
	width: 80%;
	border-radius: 100px !important;
}
.but{
	margin-top: 30px;
	text-align: center;
}
.but .but1{
	background-color: red;
	color: white;
}