﻿@charset "utf-8";
/* CSS Document */
.gallery {
  display: flex;
  flex-wrap: wrap;
}

.photo {
  margin: 10px;
}

.photo img {
  max-width: 160px;
  height: auto;
}

.description {
  margin-top: 5px;
  text-align: center;
 width: 100px;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";

