body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

h1 { font-size: 24px; font-weight: bold; }
h2 { font-size: 20px; font-weight: bold; }
h3 { font-size: 16px; font-weight: bold; }

img {
    max-width: 100%;
    max-height: 640px;
    width: auto;
    height: auto;
    cursor: zoom-in;
}

h1 a { text-decoration: none; color: inherit; }

a.lightbox-link {
    display: block;
    text-align: center;
}

div:has(> iframe.BLOG_video_class) {
    margin: 0 auto;
}

iframe.YOUTUBE-iframe-video {
    display: block;
    margin: 0 auto;
}

.tr-caption-container {
    color: grey;
    font-style: italic;
}


.entry-title a {
    text-decoration: none;
    color: #010193; /* Default blue */
}

.entry-title a:visited {
    color: #411267; /* Default purple */
}

.entry-title a:hover {
    color: #7700d9;
    text-decoration: underline;
}