body {
  padding: 15px;
  max-width: 725px;
  margin: 10px auto;
  padding: 0 10px;
  font-family: 'Purple Purse', cursive;
}

h1 {
  text-align: center;
}

h1,
h2,
a,
a:visited,
a:active {
  color: darkgreen;
  text-decoration: none;
}

p {
  margin: 5px;
  text-align: justify;
}

#leftPic {
  float: left;
  width: 200px;
  margin-right: 15px;
}

#rightPic {
  float: right;
  width: 365px;
  margin: 10px;
}

table {
  box-shadow: 5px 5px 7px #1d1d4e;
}

td {
  border: 1px dotted green;
  padding: 2px 16px 2px;
}

td:first-child {
  font-weight: bold;
  text-align: right;
}

td:nth-child(2) {
  text-align: left;
}

.headline {
  text-align: center;
  background-color: green;
  color: white;
  letter-spacing: 2px;
}

.source {
  margin: 15px 75px 0px;
  padding-top: 5px;
  border-top: 1px solid green;
  text-align: center;
}

img {
  box-shadow: 5px 5px 7px #1d1d4e;
  border: 2px solid green;
}
