body {
  background-color: #FFF;
  color: #333;
  font-family: 'Gentium Basic', serif;
  padding: 20px;
}

.title {
  display: flex;
  flex-flow: column wrap;
  max-height: 70px;
  justify-content: flex-start;
  align-content: flex-start;
}

.title img {
  box-shadow: 3px 3px 5px #aaa;
}

h2, h3 {
  padding: 0 0 0 10px;
  margin: 0;
}

h2 {
  font-size: 28px;
}

h4 {
  padding: 0;
  margin: 30px 0 5px;
}

.main {
  display: flex;
  flex-flow: row wrap;
  border-style: solid;
  border-width: 4px 0;
  border-color: #999;
  margin: 20px 0 4px;
  padding: 15px 0 20px;
  max-width: 950px;
}
section {
  margin: 10px;
  width: 450px;
  height: 140px;
  position: relative;
  left: -10px;
  padding: 0;

  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-content: space-between;

  border: 2px solid #999;
  border-radius: 20px;
  box-shadow: 3px 3px 5px #aaa;
  background: repeating-linear-gradient(
    -55deg,
    transparent,
    transparent 10px,
    #eee 10px,
    #eee 20px
  ),
  linear-gradient(
    to bottom,
    #eee,
    #ccc
  );
}

figure {
  margin: 15px 0 0 15px;
}

figcaption {
  margin-bottom: 10px;
  padding-right: 30px;
  max-width: 140px;
}
figcaption a {
  font-size: 18pt;
  font-weight: bold;
  color: #333;
}
figcaption a:hover {
  color: #3333ff;
  text-decoration: underline;
}

footer {
   font-style: italic;
   font-size: smaller;
}
