/* base mínima só pra não ficar “cru” */
html,
body {
  margin: 0;
  padding: 0;
  font-family:
    system-ui,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
  line-height: 1.45;
}
header,
main,
footer {
  max-width: 980px;
  margin: 0 auto;
  padding: 24px;
}
header {
  border-bottom: 1px solid #e5e5e5;
}
footer {
  border-top: 1px solid #e5e5e5;
}
