
h1 {
    text-align: center;
}

body > div:first-child + div + div  {
    width: 40em;
    margin-right: auto;
    margin-left: auto;
}
