/* Minimal base stylesheet for the Django foundation.

Per-app stylesheets (e.g. ``public_site/static/css/base.css``) are
expected to provide the per-page body and layout styling. This file
provides only a minimal body reset so the foundation remains usable
on its own without imposing layout decisions on every consumer.
*/

body {
  margin: 0;
}