body {
    background-color: ghostwhite;
    display: grid;
    place-items: center;
    margin: 2em 5em 2em 5em; /* Four values: top right bottom left */
    padding: 1em;
}

section {
    display: grid;
    place-items: center;
}
