body {
    font-family: Manrope, sans-serif;
    background-color: #ecf2f8;
}


p {
    font-weight: 500;
    color: #9eafc2;
    font-size: 0.8em;
    line-height: 1.4;
}


.main_img {
    height: 100%;
}


.top_header {
    font-weight: 700;
    color: #48556a;
    font-size: 1.2em;
}



.profile_pic {
    height: 2.5rem;
    border-radius: 50%;
    display: inline;
}



.author_info {
    display: flex;
    flex-direction: column;

}

.author_name {
    font-weight: 700;
    color: #48556a;
    font-size: 0.8rem;
}

.bottom_row {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.date {
    font-weight: 500;
    color: #9eafc2;
    font-size: 0.8rem;
}

.text_container {
    position: relative;
}

.share {
    background-color: #48556a;
    color: white;
    display: none;
    align-items: center;
    justify-content: right;
    padding: 0.5rem;
    gap: 0.9rem;
    border-radius: 0.5rem;
    position: absolute;
    z-index: 100;
    top: 6.5rem;
    right: -1.5rem;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.triangle_down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #48556a;
    position: absolute;

}


.share_text {
    font-weight: 700;
    font-size: 0.8rem;
    color: #9eafc2;
}

.share_icon {
    height: 1rem;
}