body { 
	font-family: 'Josefin Sans', sans-serif;
	background-color:rgb(62, 125, 150);
  text-align: center;
  
}
.contenedor {
	margin: auto;
	display: table;
}
h1 { 
	position: relative; 
	float: left;
	color: black;
	font-size: 7vw;
  border-bottom: 5px solid #000; 
  border-radius: 5px; 
}

h2{
  font-size: 3vw;
}
img{
  width: 15vw;
  border-radius: 5px;
  
}
.img:hover {
  transform: scale(1.05); 
  transition: transform 0.5s ease; 
}

#puesto{
  display: flex; 
  justify-content:center;
  font-size:2vw;
  padding-bottom: 3px;
}