*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 72px 32px 96px;
    font-family: -apple-system, BlinkMacSystemFont, "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.65;
    color: #111;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

main {
    max-width: 600px;
    margin: 0 auto;
}

h1 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.updated {
    margin: 0 0 28px;
    font-size: 13px;
    color: #999;
}

p {
    margin: 0 0 18px;
}

h2 {
    margin: 36px 0 10px;
    font-size: 13px;
    font-weight: 400;
    color: #999;
}

a {
    color: inherit;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color: #bbb;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

a:hover {
    text-decoration-style: solid;
    text-decoration-color: #111;
}

.list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list li {
    display: flex;
    align-items: baseline;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.list li:first-child {
    border-top: 1px solid #eee;
}

.list-title {
    flex: 1;
}

@media (max-width: 640px) {
    body {
        padding: 48px 24px 72px;
    }
}
