body {
  background-color: rgb(96, 151, 50);
}

h1 {
  font-family: 'IM Fell Great Primer', serif;
  text-align: center;
}

h2 {
  font-family: 'IM Fell Great Primer', serif;
	color: rgba(39, 3, 57, 0.6);
}

.box {
  display: inline-block;
  background-color: rgb(255, 207, 170);
  margin: 40px;
  padding: 20px;
  border: thick double #32a1ce;
}

.column {
  float: left;
  width: 50%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

#pictures {
  text-align: center;
}