.tech-container{
	padding: 3%;
}


.tech-container h2{
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
}

.tech-container span hr{
	width: 50px;
	margin-left: 0;
	background-color: #ffa12e;
	height: 3px;
	border: none;
	outline: none;
} 

.card-header{
	background-color: #ffa12e;
}

.card-link{
	text-decoration: none;
	color: white;
	font-family: 'Poppins',sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-shadow: 1px 1px 2px black;
	letter-spacing: 0.5px;
}

.card-link:hover{
	color: white;
}

.card-body{
	outline: none;
	border-radius: none;
	background-color: #004991;
}

.card-body p a{
	padding-left: 3%;
	color: white;
	font-family: 'Abel', sans-serif;
}

