 header img{
  height: 80%;
  width: 100%;
  border-radius: none;
}
img {
    object-fit: cover;
}
#galeria img{
  border-radius: 10px;
}
#galeria {
	padding-top: 38px;
	padding-bottom: 0px;
}
#hover{
transition: 0.5s;
}
#hover:hover{
  transform: scale(1.1);
}
#galeria img
{
	width: 90%;
    height: 80%;
}
footer {
  height: 150px;
}
footer img{
  width: 42%;
  height: 70%;
  margin-left: 8%;
}
footer li{
  margin-left: 24%;
}
footer a{
	text-decoration: none;
}
 body {
 	background-color: #8ee4a8bf ;
 	}
