* {
  padding: 0;
  margin: 0;
}

body{
  background-color: #ebf4c2;
  font-family: 'IM Fell DW Pica SC', serif;
  font-size: 28pt;
  font-style: normal;
  font-weight: 400;
  text-shadow: 2px 2px 2px #aaa;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  line-height: 1;
}

#container{
  width: 700px;
  margin: 30px auto 0;
}

p{
  text-align: center;
}

