body,
html {
  color: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  font-family: Lato, Helvetica Neue, Helvetica, sans-serif;
  font-variant-ligatures: common-ligatures;
  line-height: 1.67;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1220px) {
  body {
    margin: 10px;
  }
}

ol {
  list-style-type: lower-roman;
}

p {
  text-align: justify;
}
