.header {
	height: 15vh;
	background-color: rgba(110, 110, 110, 0.3);
	margin-top: 10px;
	border-radius: 10px;
	text-align: center;
	padding: 45px;
}

.left-content {
	height: 70vh;
	background-color: rgba(110, 110, 110, 0.3);
	margin-top: 10px;
	border-radius: 10px;
}

.card .card-header {
	background-color: #FF0000;
	transition: 0.8s;
}

.card .card-header:hover {
	background-color: rgba(160 5 5);
	transition: 0.8s;
}

.img {
	background-color: #CC3333;
	padding: 20px;
	background-size: cover;
	background-position: center;
}

.card .card-body .card-body__header:hover {
	color: red;
	transition: 0.5s;
}

i {
	font-size: 30px !important;
	padding-right: 15px;
	color: black	
}

a {
	text-decoration: none !important;
	color: blue;
}


.footer {
	margin-top: 90px;
	background-color: #fed136;
	text-align: center;
}



