* {
    box-sizing: border-box;
    margin: 0;
}

body {
    font: 100%/1.4 sans-serif;
    padding: 1em;
}

body > * + * { margin-top: 1em; }
