body {
  margin:0 auto;
  padding:100px 30px 50px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #555555;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 1.5em;
  background: #ffffff;
  text-align: center;
}
h1 {
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
p {
  font-size: 14px;
  color: #555555;
  font-weight: 400;
  margin:0 auto;
  padding: 0;
  max-width: 300px;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
.space {
  height:40px;
}
.social a {
  display: inline-block;
  margin: 0 4px;
}
.social img {
  height: 30px;
  width: auto;
}
