html,
body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
}
body {
  background: #5b1a18 url("/img/photo_wes.jpg") left bottom no-repeat fixed;
  color: #f1bb7b;
  font-size: 62.5%;
  font-family: 'Duru Sans', sans-serif;
  text-align: left;
}
a {
  color: #5b1a18;
}
a:hover {
  color: #d67236;
}
h1 {
  font-family: 'Cutive', serif;
  font-size: 4rem;
  letter-spacing: -4px;
  text-align: center;
  margin: 5px auto;
  text-shadow: 7px 7px 2px #3b0a08;
}
h2 {
  font-family: 'Cutive', serif;
  font-size: 2rem;
  margin: 20px auto;
  text-align: center;
  text-shadow: 7px 7px 2px #3b0a08;
}
p {
  margin: 0 0 1rem 0;
  font-size: 1rem;
  line-height: 1.5;
}
ol,
ul {
  margin: 1.25rem 0 1.25rem;
}
li {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0.5rem 0;
}
header {
  margin-top: 30px;
}
.main {
  width: 600px;
  margin: 50px auto 20px;
  padding: 50px;
  background-color: #f1bb7b;
  color: #5b1a18;
  box-shadow: 10px 10px 2px #3b0a08;
  border-radius: 4px;
}
.main h2 {
  text-shadow: none;
  text-align: left;
}
.main p {
  text-align: justify;
}
footer {
  width: 700px;
  margin: 20px auto;
}
footer p {
  text-align: right;
}
