body {
    margin: 0;
    font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI Variable Display", "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    color: rgb(50, 48, 44);
    line-height: 1.2;
    font-size: 40px;
}

article {
    margin: 0 auto;
    max-width: 712px;
}

a {
    color: rgba(115, 114, 110, 1);
    text-decoration: none;
    border-bottom: 1px solid;
    border-color: rgba(55, 53, 47, .4);
    opacity: 0.7;
}

a:hover {
    opacity: 1;
}

section {
    font-size: 16px;
    line-height: 1.5;
}

h1 {
    font-size: 40px;
}

h2 {
    color: rgba(217, 115, 13, 1);
    font-size: 30px;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 4px;
}

h3 {
    font-size: 24px;
    margin-top: 22.4px;
    margin-bottom: 1px;
}

p {
    padding: 3px 2px;
    margin-top: 2px;
    margin-bottom: 1px;
}

.quote {
    display: flex;
    margin-top: 4px;
    margin-bottom: 4px;
    border-radius: 4px;
    border: 1px solid transparent;
    background: rgb(248, 248, 247);
    padding: 12px 20px 12px 12px;
}

.quote-2 {
    margin-top: 4px;
    margin-bottom: 4px;
    border-left: 3px solid currentcolor;
    padding-left: 14px;
    padding-right: 14px;
    font-style: italic;
}

summary, .important, .importantcolored {
    font-weight: 600;
}

.importantcolored {
    color: rgba(217, 115, 13, 1)
}

.importantcolored a {
    color: rgba(217, 115, 13, 1);
    opacity: 0.7;
}

.importantcolored a:hover {
    opacity: 1;
}

.importantbig {
    background: rgba(251, 236, 221, 1);
    font-weight: 600;
    border-radius: 4px;
    font-size: 20px;
}

summary {
    text-decoration: dashed;
}

details[open] {
    padding-bottom: 30px;
}

details {
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 3px 2px;
}

.ps {
    color: rgba(115, 114, 110, 1);
}

.header {
    background: url("images/bg.jpg") no-repeat 0 14%;
    background-size: cover;
    object-fit: cover;
    border-radius: 0;
    width: 100%;
    height: 30vh;
    max-height: 280px;
    opacity: 1;
    object-position: center 13.82%;
}

.emoji-callout {
    margin-top: 8px;
    height: 16.8px;
    width: 16.8px;
    background: url(images/twitter-emoji-spritesheet.png) 45% 80% / 6100% 6100%;
}

.emoji-note {
    margin-top: 5px;
    height: 16.8px;
    width: 16.8px;
    background: url(images/twitter-emoji-spritesheet.png) 96.6667% 43.3333% / 6100% 6100%;
}

ul, ol {
    margin-top: 0;
}

.logo {
    width: 100%;
    height: 100%;
}

.logo a, .logo a:hover {
    opacity: 1;
}