body {
  margin: 0;
  font-family: sans-serif;
  color: #222;
  background: #f7f8fb;
  line-height: 1.8;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  padding-left: 1.2em;
}

.container {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
}

.page-title {
  font-size: 32px;
  line-height: 1.4;
  margin: 0 0 24px;
}
