.blog-post-title {
    font-family: 'Georgia', serif;
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin: 20px 0 10px 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}


.blog-post {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 1.5em 0;
    text-align: left;
    text-indent: 1em;
}

a {
    color: #007BFF;
    text-decoration: underline;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

blockquote {
    font-style: italic;
    color: #555;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    border-left: 3px solid #ccc;
}

img {
    max-width: 100vw;
    height: auto;
}

img.center-align {
    display: block;
    margin: 0 auto;
}