  footer {
    background-color: #f2f2f2;
    padding: 10px;
    text-align: center;
    font-size: 14px;
  }
  footer a {
    color: #666;
    text-decoration: none;
    border-bottom: 1px dotted #666;
  }
  footer a:hover {
    border-bottom-style: solid;
  }
body {font-family: "Lato", sans-serif}
.center {
    display: block;
    margin: auto;
  }
.image-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .image-grid img {
    width: 800px;
    height: 443px;
    object-fit: cover;
    margin: 10px;
  }
  .image-grid p {
    text-align: center;
    margin: 0;
  } 
  .bordered-image {
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 5px;
  }


  <!--
 /* Font Definitions */
 @font-face
  {font-family:"Cambria Math";
  panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
  {font-family:Calibri;
  panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
  {font-family:inherit;
  panose-1:0 0 0 0 0 0 0 0 0 0;}
@font-face
  {font-family:"var\(--font-serif\)";
  panose-1:0 0 0 0 0 0 0 0 0 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
  {margin-top:0cm;
  margin-right:0cm;
  margin-bottom:8.0pt;
  margin-left:0cm;
  line-height:107%;
  font-size:11.0pt;
  font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
  {color:blue;
  text-decoration:underline;}
.MsoChpDefault
  {font-family:"Calibri",sans-serif;}
.MsoPapDefault
  {margin-bottom:8.0pt;
  line-height:107%;}
@page WordSection1
  {size:612.0pt 792.0pt;
  margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
  {page:WordSection1;}
 /* List Definitions */
 ol
  {margin-bottom:0cm;}
ul
  {margin-bottom:0cm;}
-->