@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Cinzel+Decorative&family=IM+Fell+DW+Pica+SC&family=IM+Fell+DW+Pica:ital@0;1&display=swap');
html {
    background-color: #ffffff;
}

@media screen and (max-width: 480px) {
    body {
        margin: 10px;
    }
}

@media screen and (min-width: 481px) {
    body {
        margin: auto;
    }
}

body {
    max-width: 600px;
    font-family: 'Georgia', serif;
    padding-top: 20px;
}

h1 {
    font-family: "Special Elite", serif;
    font-size: 3rem;
    margin: auto;
    text-align: left;
    font-weight: normal;
    margin-bottom: 0px;
    border-bottom: 3px solid #77724c;
}

.big-emoji {
    font-family: 'Noto Color Emoji';
    font-size: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

h2 {
    font-family: "Special Elite", serif;
    font-weight: normal;
    font-size: 1rem;
    margin-top: 5px;
    margin-bottom: 0px;
}

h3 {
    font-family: "Special Elite", serif;
    font-weight: normal;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

h4 {
    font-family: "Special Elite", serif;
    font-weight: normal;
    font-style: italic;
    font-size: 2rem;
}

h5 {
    font-family: "Special Elite", serif;
    font-size: 1rem;
    margin: auto;
    text-align: left;
    font-weight: normal;
}

h6 {
    font-family: "Special Elite", serif;
    font-weight: normal;
    font-style: italic;
    font-size: 1.35rem;
    margin-top: 0px;
}

b,
th {
    font-family: "Special Elite", serif;
    font-weight: normal;
}

blockquote {
    border-left: 3px solid;
    border-right: 3px solid;
    margin: 1em 10px;
    padding: 0.5em 10px;
}

table {
    border-collapse: collapse;
}

th,
td {
    padding: 5px;
}

code {
    font-family: "Syne Mono", monospace;
}

.has-dropcap:first-letter {
    font-family: "Special Elite", serif;
    float: left;
    font-size: 4rem;
    line-height: 0.65;
    margin: 0.1em 0.1em 0.2em 0;
}

a {
    color: #8b0000;
}

ul {
    margin-top: 0.5rem;
    margin-bottom: 0rem;
}

details {
    margin-bottom: 0.5rem;
}

details summary {
    cursor: pointer;
}

details summary>* {
    display: inline;
}

input {
    font-family: "Special Elite", serif;
    font-weight: normal;
    font-size: 1rem;
}

input::placeholder {
    font-family: "Special Elite", serif;
    font-weight: normal;
    font-size: 1rem;
    color: lightgray;
}

#searchResults h3 {
    font-family: "Special Elite", serif;
    font-weight: normal;
    font-size: 1rem;
}

#letterBody {
    line-height: 1.2rem;
}

.quoteContainer {
    max-width: 75%;
    margin: auto;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #77724c;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
}

blockquote:before {
    color: #77724c;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}

.spoiler {
    filter: blur(4px);
    transition-property: -webkit-filter;
    transition-duration: .4s;
}

.spoiler:hover,
.spoiler:focus {
    filter: blur(0px);
}

.post-header {
    position: relative;
    height: 0;
    padding-top: 33.33%;
    overflow: hidden;
}
.post-header img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.post-header {
    margin-bottom: 1rem;
}

@media (orientation: portrait) {
  .wrapper.letter.has-header {
    margin-top: -20px;
  }
}
