body,#afooter
{
	
	 background-image: linear-gradient(#42cef5, #ffffff, #42cef5);
	 font-family: 'arial';
}
#title
{
	background-image: linear-gradient( #42cef5,#ffffff);
}
#regcard,#logcard
{
	
	background-image: linear-gradient(#ffffff, #42cef5);
	 
}
.carousel-inner img {
    width: 100%;
    height: 100%;
  }
  
 a
 {
	 text-decoration:none;
 }
 #containerbg
 {
	  background-image: linear-gradient(to right, red , yellow);
 }
 #contactid
 {
	 color:#ec0b75;
 }
 
 
