body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: clamp(0.625rem, 2vw, 1rem);
}

h1 {
    font-weight: 700;
    text-align: center;
}

h3 {
    margin: 1em 0 0.3em;
    font-weight: 600;
}

h4 {
    margin: 0.3em 0;
    font-weight: 500;
}

ul {
    padding-left: 1em;
}

ul>li {
    list-style-type: '- ';
}

ul.links {
    margin: 0px;
}

ul.links>li {
    list-style-type: none;
    display: inline-block;
}

.header-pills {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.header-pills>a,
.header-pills>a:hover,
.header-pills>a:visited,
.header-pills>a:link,
.header-pills>a:active {
    color: black;
    text-decoration: none;
}

.header-pills>a,
.header-pills>span {
    padding: 0 1em;
}

.header-pills .material-symbols-outlined {
    font-size: 20px;
    vertical-align: sub;
}

.container {
    max-width: 800px;
    margin: 0 auto;
}

@media print {
    body {
        print-color-adjust: exact;
        font-size: 10pt;
    }

    a,
    a:hover,
    a:visited,
    a:link,
    a:active {
        color: black;
        text-decoration: none;
    }
}