@import url(http://fonts.googleapis.com/css?family=Vollkorn);
body {
  background: whitesmoke;
  color: #333;
  min-height: 1500px; }

a {
  color: #333;
  text-decoration: none; }

.title, .target {
  text-align: center;
  font-size: 45px;
  font-family: "Vollkorn", "Times New Roman", serif;
  color: #fff; }
  .title span, .target span {
    background: #00BC8C;
    border-radius: 5px;
    padding: 10px 45px; }

.subtitle {
  text-align: center;
  font-size: 14px; }

.target {
  margin-top: 400px;
  font-size: 30px; }
  .target span {
    background: #CA3258; }

.anchor-wrap {
  text-align: center;
  margin: 300px 0; }

/*# sourceMappingURL=style.css.map */
