body {
  font-family: "Open Sans", Arial, sans-serif;
}
#logo {
  margin: 100px 0 50px 0;
  height: 70px;
}
#logo img {
  max-height: 100%
}
#content ul {
  margin-bottom: 40px;
  list-style: square;
  color: #676767;
}
#content h1 {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
}
#content h4 {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 20px;
}

#content p {
  color: #676767;
  margin-bottom: 40px;
}