@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300&display=swap');

html { padding: 0.3em; }

p {
    font-size: 1em;
}

h1, p {
    font-family: 'Merriweather', serif;
}

body {
    max-width: 40em;
}

body {
    background-color: #faf9f7;
}
