body{
  background-color: #2d0f0c;
  color: #333;
  font: 14px Georgia, "Times New Roman", Times, serif;
  letter-spacing: .1em;
  padding-top: 2em;
  padding: 2em;
 }

 a{
  color: #666;
 }

 .clear{
  clear: both;
 }

 .container{
  margin: 0 auto;
  max-width: 850px;
  padding-top: 4em;
  padding-bottom: 4em;
  background-color: #fff;
  border-radius: 15px;
  -moz-border-radius: 15px; 
  -webkit-border-radius: 15px;
  box-shadow: 0px 0px 30px #000;
}

#photo{
  text-align: center;
  margin-bottom: 3em;

}

h1{
  margin-bottom: 0;
}

.nowrap{white-space: nowrap;}

#photo img{
  margin: 0 auto;
}

#statement{
  text-align: justify;
}
