*{
	padding: 0px;
	margin: 0px;
}
.bgback{
	background: url("images/sp.jpg");
	background-size: cover;
	background-position: center;
	height: 400px;
}
.nav-link{
	color:white;
	margin-top:20px ;
}
.nav-link:hover{
	color: white;
}
.card{
	border: none;
	background: transparent;
}
h1{
	text-align: center;
	padding: 10px;
	color: #4f7942;
}
.ab p{
	text-align: center;
	margin-top: 10px;
}
figcaption{
	text-align: center;
	padding: 10px;

	color: #4f7942;
}
.round img{
   border-radius: 50%;
}
.fa{
	padding: 10px;
	cursor: pointer;
}
.fotter{
	text-align: right;
	margin-right: 30px;
	margin-bottom: 50px;
	color:white;
}
h2{
	text-align: center;
	padding-top: 30px;
}
.fot{
	background: #837272;
}