h1
{
    text-align:center;
}
h2
{
    margin-left:5%;
}
.citation
{
    text-align:center;
}
.pouchi-picture-container
{
    display:flex;
    justify-content:center;
}
.pouchi-picture-container img
{
    width:20%;
}
.pouchi-pictures-container
{
    margin-left: 12px;
    margin-right:12px;
    display:flex;
    justify-content: space-evenly;
    
}
.pouchi-pictures-container img
{
    width: 15%;
    aspect-ratio:1;
}
.wp-block-image img
{
    max-height:256px !important;
    width:256px !important;
}

.wp-block-image
{
    max-height:256px !important;
    max-width:256px !important;
}

@media only screen and (max-width: 600px) {
  .pouchi-picture-container img
  {
    width:80%;
  }
  .pouchi-sentence-container
  {
    text-align: center;
  }
  .pouchi-pictures-container img
  {
    width: 10%;
  }
}