body {
  background: #DA733C;
  font-family: "IM Fell French Canon",serif;
  font-size: 18px;
  line-height: 33px;
  margin: 0;
}
#invite-block {
  background: white;
  width: 650px;
  margin: 50px auto;
  border: 10px solid #312312;
  padding: 0 15px;
  -moz-border-radius: 1em 3em 1em 3em;
  border-radius: 1em 3em 1em 3em;
}
img {
  display: block;
  margin: 10px auto;
  border: 0;
}
img#tldr {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
article h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 30px;
  text-align: center;
}
a:link, a:visited, a:hover {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#rsvplink {
  text-align: center;
}
#rsvp {
  overflow: none;
}