h1
{
    font-size: 18pt;
    font-weight: bold;
    color: var(--title-color);
}

h1 a:link { 
    text-decoration: none; 
    color: var(--title-color);
}

h1 a:visited { 
    text-decoration: none; 
    color: var(--title-color);
}

h1 a:hover { 
    text-decoration: underline; 
    color: var(--title-color);
}

h1 a:active { 
    text-decoration: underline; 
    color: var(--title-color);
}

.postTime
{
    color: var(--secondary-text-color);
    font-size: 1.0rem;
}

.postBody
{
    line-height: 1.5;
}

.blogPostBase
{
    margin-top: 25px;
    width: 100%;
    display: flex;
    align-items: center;
}

.youtube
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.screenshot
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    text-align:center;
}

.screenshot img
{
    width: 500px;
}