html {
    font-family: Merriweather, sans-serif;
    font-size: 11pt;
}

body {
    width: max-content;
    max-width: 40%;
    min-width: min(400px, 90vw);
    margin: 20vh auto;
}

header {
    font-weight: 900;
    margin-bottom: 3ex;
}

h1 {
    margin: 2ex 0 0.5ex;
    font-size: 100%;
    font-weight: 700;
}

p {
    margin: 0.5ex 0;
}

a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: blue;
}

i {
    margin-left: 0.05em;
    margin-right: 0.4em;
}
