section img
{
  height:200px;
  width: 200px;
  border-left: 10px;
  border-right: 10px;
  display: inline-block;
  text-align: center;
  padding: 10px 0px;
  margin: 5px;
  border-radius: 25px
}
section img:hover
{
  transform: scale(1.1);
}
section p
{
  font-family: calimbria;
  font-size: 20px;

}
section h2
{
  color: white;
  font-family: calimbria;
  font-size: 30px;
}
section h2:hover
{
  transform: scale(1.01);
}


/*

font-size: 1em;

text-decoration: none;
box-shadow: 0px 3px 5px black;

*/
