.cover-image {
    width: 100%;
    /* Full width */
    height: 300px;
    /* Adjust height as needed */
    background-size: cover;
    /* Ensures the image covers the entire area */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents tiling */
    margin: 0 0 10px; 
    /*round corners*/
    border-radius: 8px;
}

a {
    font-weight: bold;
}

.post-breadcrumbs {
    font-size: 0.9em;
    font-variant-caps: all-small-caps;
    color: #555;
    margin-bottom: 5px;
}