html,
body {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-size: 16px;
}

.wrap {
    width: min(720px, 92vw);
    margin: 56px auto;
}

h1 {
    margin: 0 0 8px 0;
    font-size: 28px;
    font-weight: 700;
}

h2 {
    margin: 28px 0 10px 0;
    font-size: 16px;
    font-weight: 700;
}

.muted {
    color: #555;
}

ul {
    margin: 0;
    padding-left: 18px;
}

li {
    margin: 6px 0;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    text-decoration-thickness: 2px;
}

hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 28px 0;
}