

.main {
background: #f0dfe7;
}
.body {
    font-family: 'Open Sans', sans-serif;
    line-height:28px;
    
	
	
	
    
}


figure{
	float:left;
	
	border-width:2px solid black;
	
}


img {
  border: 10px solid #faf7f5;
  border-radius: 30px;

}



.catgallery2{
  color: #fff;
  background: transparent;
  font-family: "Segoe UI", sans-serif;
 
  border: 3px solid #faf7f5;
  border-radius: 30px;
  
  transition: 0.5s;
  transition-property: background, box-shadow;
  
}

.catgallery2:hover{
  background: #2E94E3;
  box-shadow: 0 0 60px #2E94E3;
}

.figcaption { font-size: 14px; 

}

.glow-on-hover {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    min-height: 40px;
    min-width: 0;
    padding: 8px 16px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}
.search{
	
	float:right;
}
.catgallery3{
  padding: 5px;
  color: #darkcyan;
  background: transparent;
  font-family: "Segoe UI", sans-serif;
 
  border: 3px solid #darkblue;
  border-radius: 30px;
  
  transition: 0.5s;
  transition-property: background, box-shadow;
  
  
}

.catgallery3:hover{
  background: #darkcyan;
  box-shadow: 0 0 60px #2E94E3;
}

button.catgallery3{
	width:70px;
	margin:5px;
	padding:5px;
	background: #d4ac0d;
	
	
	
}

ul li{

	list-style:none ;
	float:left;
}

.a{

	text-decoration:none ;
}




