/* * {
    border: red solid 1px;
} */
.blog-header-image {
    margin-top: 100px;
    max-height: 300px;
    width: 100%;
    object-fit: cover;
}

main {
    margin-top: 50px;
    margin-left: calc(15vw + 7rem);
    margin-right: calc(15vw + 7rem);
}

.post-info {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    
}

.tagList {
    margin-top: 10px;
}


.blog-body {
    margin-top: 70px;
}

.blog-body p {
    font-size: 1rem;
    margin-bottom: 25px;
}

#post-date {
    float: right;
}

blockquote {
    border-left: solid 3px var(--navy-black);
    padding-left: 10px;
}

img {
    margin: 30px 0 30px 0;
}

/* h3 {
    font-weight: 700;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
    font-family: 'ivybodoni', sans-serif;
    margin-bottom: 20px;
} */