/* Example CSS file */ 

body {
    margin: auto;
    padding-inline: 1em;
    max-inline-size: 60em;
}

.newsletter {
	background: silver;
}