* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

html {
    scroll-behavior: smooth;
}

html, body {
    height: 100%;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
    z-index: 1000;
    padding: 12px 24px;
}

.embed {
    margin: 16px 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, system-ui, -system-ui,
        "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #111111;
    line-height: 1.5;
}

.page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
    max-width: 960px;
    margin: 0 auto;
    padding: 80px 24px 48px;
}

.top-name {
    font-size: 14px;
    font-weight: 400;
    color: #373530;
    margin-bottom: 0;
}

code {
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace, Courier;
    background-color: #EDEDEB;
    color: #0047AB;
    border-radius: 6px;
    padding: 0.25%;
    font-size: 16px;
}

.special {
    background-color: #EDEDEB;
    padding: 12px 16px;
    display: block;
}

h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 24px;
}

h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 32px 0 12px;
}

p {
    font-size: 17px;
    color: #333333;
    max-width: none;
    margin-bottom: 8px;
    hyphens: auto;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 8px;
}

ol {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 8px;
}

li {
    margin-bottom: 4px;
    font-size: 17px;
}

.lk {
    color: #0047AB;
    text-decoration: none;
    font-size: 17px;
}

a:hover {
    text-decoration: #003580;
}

.section-row {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    margin-top: 16px;
}

.section-text {
    flex: 1;
    min-width: 0;
}

.section-image {
    float: right;
    width: 260px;
    max-width: 40%;
    margin: 0 0 16px 32px;
}

.section-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.intro-row {
    margin-bottom: 32px;
    overflow: auto;
}

footer {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px 32px;
    font-size: 13px;
    color: #777777;
}

footer a {
    color: #555555;
}

footer a:hover {
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.2s ease, color 0.2s ease;
    display: inline-block;
    font-size: 13px;
}

.boxy {
    background-color: #c;
    padding: 2%;
}

.boxy-h {
    display: block;
    padding: 8px 12px;
    border-radius: 6px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.boxy-h:hover {
    background-color: #f0f0f0;
    color: #111111;
}

.boxy-h-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

@media (max-width: 768px) {

    .content {
        padding-top: 40px;
    }

    h1 {
        font-size: 32px;
    }

    .section-row {
        flex-direction: column;
    }

    .section-image {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 16px 0;
    }
}

.top-name a {
    color: #555555;
    text-decoration: none;
    padding: 4px 4px;
    border-radius: 6px;
    transition: background-color 0.2s ease, color 0.2s ease;
    display: inline-block;
    font-size: 14px
}

.top-name a:hover {
    background-color: #f0f0f0;
    color: #111111;
}

li a {
    color: #0047AB;
    text-decoration: none;
    background-image: linear-gradient(90deg, #777777, #777777);
    background-size: 100% 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    padding-bottom: 1px;
    opacity: 0.8;
}

li a:hover {
    color: #191970;
}

b {
    font-weight: 650;
}

span a {
    color: #0047AB;
    text-decoration: none;
    background-image: linear-gradient(90deg, #777777, #777777);
    background-size: 100% 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    padding-bottom: 1px;
    opacity: 0.8;
    line-height: 2;
}

span a:hover {
    color: #191970;
}

.txt-lk {
    font-weight: 650;
    color: #0047AB;
    text-decoration: none;
    background-image: linear-gradient(90deg, #777777, #777777);
    background-size: 100% 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    padding-bottom: 1px;
    opacity: 0.8;
}

.txt-lk:hover {
    color: #191970
}