body {
  max-width: 1024px;
  padding: 0 15px;
  margin: 0 auto 40px;
  font:
    15px / 1.5 -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  color: #333;
}

h1,
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

ul.resume-note {
  color: #999;
  list-style-type: none;
}

li > p {
  margin-bottom: 0;
}
