html { position: relative; min-height: 100%; }

body { background: #fafafafe; color: #4d0423; font-family: Verdana, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 14px; margin-bottom: 40px; }

main { display: flex; flex-wrap: wrap; max-width: 85rem; margin: 2rem 0; padding: 1rem; }

section { flex-basis: 0; flex-grow: 999; min-width: 70%; display: flex; flex-direction: column; }

section h1 { font-size: 150%; }

section h2 { font-size: 120%; }

section h3 { font-size: 115%; }

section h4 { font-size: 110%; }

section h5 { font-size: 100%; }

header, section { padding: 1rem; }

header { flex-grow: 1; flex-basis: 10rem; position: relative; }

header ul { list-style: none; }

header a { color: #4d0423; text-decoration: none; }

header li { margin-bottom: .2rem; text-align: right; margin-right: 2rem; }

header a:hover { color: #4d0423; border-bottom: 1px gray dotted; }

nav ul { border-right: 1px solid #eee; }

.posts ul { list-style: none; }

.posts li { align-items: center; display: flex; justify-content: space-between; margin-bottom: 0.5rem; }

.posts li a { white-space: nowrap; overflow: hidden; text-decoration: none; text-overflow: ellipsis; }

.posts li time { padding-left: 1rem; white-space: nowrap; font-variant-numeric: tabular-nums; }

.posts h1 { margin: 1rem 0; font-size: 150%; }

.posts h2 { margin: 1rem 0; font-size: 130%; }

.posts h3 { margin: 1rem 0; font-size: 120%; }

.posts h4 { margin: 1rem 0; font-size: 110%; }

.posts h5 { margin: 1rem 0; font-size: 100%; }

h1, h2, h3, h4, h5 { line-height: 1; margin: 1rem 0; }

a { text-decoration: none; }

a:hover { border-bottom: 1px gray dotted; }

.stickyfooter { font-size: 16px; position: absolute; bottom: 0; height: 40px; width: 100%; }

.stickyfooter a { font-size: 16px; }

code { font-size: 100%; }

pre { border-radius: 5px; box-shadow: 2px 2px 2px #eee; }

pre code { border-radius: 5px; font-size: 125%; }

blockquote { border-left: .25em solid #dfe2e5; color: #6a737d; padding: 0 1em; }

.rss { text-decoration: none; color: #000000; }

.rss:hover { border-bottom: none; color: #333; }

table tr th { background: #eeeee1; color: #333; padding: 0; border: #aaa solid 1px; text-align: center; font-weight: bold; }

table tr td { border: 1px #ccc solid; padding: 5px; }

table tr td.rightright { background: #eeeee1; }

table tr td h4 { margin: 0; padding: 0; font-weight: normal; }

@media screen and (max-width: 45rem) { header li { display: inline; margin-right: 1rem; font-size: 110%; } header ul { border-bottom: 1px solid #eee; padding-bottom: 2rem; } nav ul { border-right: 0px; } footer { margin-bottom: 1rem; padding-left: 0.5rem; padding-right: 0.5rem; } }

.about-container { display: flex; gap: 2rem; margin-top: 2rem; flex-wrap: wrap; }

.about-container .profile-pic { width: 310px; border-radius: 10px; }

.about-container .about-text { flex: 1; font-size: 1rem; line-height: 1.6; }

@media (max-width: 768px) { .about-container { flex-direction: column; align-items: center; text-align: center; } .about-container .about-text { padding-top: 1rem; } }

.about-text a { color: blue; text-decoration: underline; pointer-events: auto; }

.about-text a:hover { color: darkblue; border-bottom: none; }

.card.d-flex.flex-row.align-items-center { padding: 0.5rem; }

.card-img-left { width: 15%; height: 100%; overflow: hidden; margin-right: 1rem; }

.card-img-left img { width: 100%; height: 100%; object-fit: cover; }

.wechat-container { position: relative; display: inline-block; cursor: pointer; color: #25D366; }

.qrcode { position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); display: none; width: 150px; height: 150px; background: white; padding: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); border-radius: 8px; }

.wechat-container:hover .qrcode { display: block; }

@media (max-width: 1001.98px) { .card-img-left { width: 100%; margin-top: 1rem; margin-right: 0; margin-bottom: 1rem; aspect-ratio: 16 / 16; } .card-img-left img { width: 100%; height: 100%; object-fit: cover; border-top-left-radius: var(--bs-card-inner-border-radius); border-top-right-radius: var(--bs-card-inner-border-radius); border-bottom-left-radius: 0; } }

/*# sourceMappingURL=main.css.map */