
img.social
{
  height: 21px;
}

img.social.title
{
  max-width: 32px;
  max-height: 32px;
  width: 32px;
  height: 32px;
  display: flex;
  text-align: center;

}

img.title
{
  width:100%; 
  max-width:100%; 
  margin-left: auto; 
  margin-right: auto; 
  text-align: center;
}
img.blog.list
{
  display: block;
  max-width: 15%; 
  max-height: 15%; 

  float: left;
  object-fit: contain;
}

img.blog.feature
{
  display: block;
  max-width: 60%; 
  max-height: 60%; 
  margin-left: auto;
  margin-right: auto;
  float: center;
  object-fit: contain;
}

img.blog
{
  margin: 5%;
  display: block;
  max-width: 60%; 
  max-height: 60%; 
  margin-left: auto;
  margin-right: auto;
  width: auto; 
  height: auto;
  float: center;
  object-fit: contain;
}

img.center
{
  display: block;
  width: auto; 
  height: auto;
  object-fit: contain;
}

img.author
{
  display: block;
  width: auto; 
  height: auto;
  max-width: 100%; 
  max-height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

img.author.list
{
  display: block;
  width: auto; 
  height: auto;
  max-width: 10%; 
  max-height: 10%;
  object-fit: contain;
  border-radius: 50%;
}

a:link, a:hover, a:visited {
  text-decoration: none;
}

caption {
  padding: 10px;
  caption-side: bottom;
}

* {
  box-sizing: border-box;
}

figcaption.img {
  text-align: center;
  font-style: italic;
  caption-side: bottom;
}