.header {
	height: 15vh;
	background-color: rgba(180, 180, 5, 0.8);
	margin-top: 10px;
	border-radius: 10px;
	text-align: center;
	padding: 50px;
}

.left-content{
  height: 120vh;
	background-color: rgba(240, 103, 1, 0);
	margin-top: 20px;
	margin-bottom: 10px;
	border-radius: 10px;
}

.card .card-header{
  background-color: #fed136;
  transition: 1s;
}

.img {
	background-color: purple;
	padding: 20px;
	background-size: cover;
	background-position: bottom;
}

.card .card-header:hover {
  background-color: #fed13699;
  transition: 1s;
}

.card .card-body p.card-body__header:hover {
	color: red;
	transition: 1s;
}

i {
  font-size: 30px;
  padding-right: 15px;
  color: black;
}

a {
	text-decoration: none !important;
	color: black;
}

.footer {
	background-color: #fed136;
	text-align: center;
}