body {
  color: #4b4b4b;
  font-family: "Roboto", serif;
  font-size: 1em;
  line-height: 1.5;
}
body h2 {
  font-size: 2.6em;
  pading: 10px 0;
  background: #578270;
  color: #b5d9ce;
  font-family: "Roboto Condensed", serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
body p {
  margin: 0 0 24px;
  padding: 20px;
}
body button {
  float: right;
  margin-left: 10px;
  font-family: "Roboto Condensed", serif;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  color: #c1e1d4;
}
body button.accept {
  padding: .575em .7em;
  background: #578270;
  margin-right: 20px;
}
body button.decline {
  padding: .575em .8em;
  background: #456859;
}
