body {
	background-image: url('../img/homeimg/Back.jpg');
	background-size: cover;
}
.des {
	margin-top: 10px;
	border: 4px solid black;
	width: 1050px;
	margin-left: 175px;
	padding: 15px;
	margin-bottom: 50px;
	background-color: rgb(46, 12, 12);
	color: white;
	border-radius: 20px;
}
.imag {
	width: 300px;
	height: 80%;
	margin-left: 30px;
	margin-top: 25px;
}
.work marquee {
	background-color: #1e1c27;
	color: white;
	text-decoration: none;
	margin-bottom: 35px;
}
.footer {
	background-color: #1e1c27;
	height: 50px;
}
a {
	color: white;
	background-color: rgb(46, 12, 12);
}
.cot {
	align-items: center;
	padding-left: 50px;
}

button:hover {
	color: inherit;
}
