html {
  background-color: #eee;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background-color: #fff;
  box-shadow: 0 0 3px #888888;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px;
}

h1 {
  color: #38761d;
  text-align: center;
  font-weight: normal;
  font-size: 32px;
}

h2 {
  color: #666;
  font-size: 17px;
}

p {
  font-size: 15px;
}
