#content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
}

#content .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95%;
    height: fit-content;
    margin: 0 auto;
    padding: 0 30px;
}

.article_head {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
}

article {
    display: flex;
    flex-direction: column;
    max-width: 600px;
}

article img {
    width: 100%;
    margin: 0 auto;
}

.article-title {
    font-family: helvetica_black;
    font-size: 2.5rem;
    line-height: 1.15;
}

h3 {
    font-family: helvetica_black;
    font-size: 1.5rem;
}

article p {
    font-family: helvetica;
    font-size: 1rem;
    text-align: left;
    width: 100%;
    line-height: 1.5;
}


/* Author Tag */
#author_tag {
    justify-content: center;
}
.light_mode
.users_tag_list-user-name,
.light_mode
.users_tag_list-user-sub {
    color: #3d3d3d;
}


/* Featured Image */
.featured_image_block {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    justify-content: center;
    align-items: flex-end;
}
.featured_image_block > #featured_artist_tag {
    position: absolute;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
    transform: translateX(100px);
}
.featured_image_block
.users_tag_list
{
    width: fit-content;
}