/**
 * Custom SASS file to style envoy.biographydesign.com
 */
html {
  color: #333333;
  border: 15px solid #cccccc; }

a {
  color: #333333;
  text-decoration: none; }
  a:hover {
    color: inherit; }

body {
  width: 1170px;
  display: block;
  margin: 0 auto; }
  body p {
    text-align: center;
    font-family: sans-serif;
    font-size: 16px; }

header {
  border-bottom: 1px solid #ccc;
  text-align: center; }
  header h1 {
    padding: 25px;
    font-size: 78px; }
