body {
    font-family: 'Noto Sans', sans-serif;
    max-width: 900px;
    margin: 0 auto;
}

header h1 {
    text-align: center;
}

header > p:last-child {
    text-align: center;
}

kbd, code, pre, .url input {
    font-family: 'Cascadia Code', 'Consolas', monospace, monospace;
}

.url input {
    /* width: 100%; */
    font-size: 1rem;
    border: none;
}

header table {
    margin: 0 auto;
}

header table tbody td:last-child {
    padding-left: 0.5em;
}
