html, body {
  min-height: 100%;
}

body {
  background: #fdd3d3 url(img/heart-low-polly.gif) no-repeat center center;
  /* CRISPY */
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;

  font-family: Baskerville, "Baskerville Old Face", Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
  font-size: .84em;
  line-height: 1.4em;
  word-spacing: 1px;
  color: #222;
  margin: 0;
}

p {
  margin: .25em 0 .75em;
}

a, a:visited {
  color: #d7495f;
  text-decoration: none;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: linear;
}

a:hover, a:active {
  color: #222
}

h1 {
  font-size: 16px;
  letter-spacing: 1px;
}

.datum {
  background: #fdd3d3;
  background: rgba(253,211,211,0.85);
  text-align: center;
  padding: 1.5em 4em;
}
