<!--

html, body,

#content {height: 100%; border: none; text-align:justify;}

.column {
  float: left;
  width: 200px;
  text-align: left;
  padding-bottom:10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  width: 600px;
}

@media screen and (max-width: 600px) {
  .column {
   width: 100%;
   text-align: center;}
}

#container {
max-width: 600px;
align: center;
padding-left: 10px;
padding-right: 10px;
}

.images {
  max-width: 100%;
  height: auto;
}

body {margin: 0}

.font {color:#FFFFFF; font-family:'Open Sans', sans-serif; arial; font-size:17px; font-style:normal; font-weight:normal; line-height:1.0}
.font a:link {color:#333333; text-decoration:none; border-bottom: 3px solid #188CDF;}
.font a:visited {color:#333333; text-decoration:none; border-bottom: 3px solid #188CDF;}
.font a:hover {color:#333333; text-decoration:none; border-bottom: 3px solid #188CDF;}

.introduction {color:#FFFFFF; font-family:'Lexend', serif; arial; font-size:18px; font-style:normal; font-weight:normal; line-height:1.5}
.introduction a:link {color:#FFFFFF; text-decoration:underline;}
.introduction a:visited {color:#FFFFFF; text-decoration:underline;}
.introduction a:hover {color:#FFFFFF; text-decoration:underline;}

.stats {color:#BDBDBD; font-family:'Open Sans', sans-serif; arial; font-size:16px; font-style:normal; font-weight:normal; line-height:1.0}
.stats a:link {color:#333333; text-decoration:none;}
.stats a:visited {color:#333333; text-decoration:none;}
.stats a:hover {color:#333333; text-decoration:none;}

.copyright {color:#BDBDBD; font-family:'Open Sans', sans-serif; arial; font-size:14px; font-style:normal; font-weight:normal; line-height:1.0}
.copyright a:link {color:#ffffff; text-decoration:none;}
.copyright a:visited {color:#333333; text-decoration:none;}
.copyright a:hover {color:#333333; text-decoration:none;}
-->