.content-bottom {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    max-height: 30px;
}
.content-bottom div{
    display: flex;
    max-height: 500%;

}

.content-bottom-tag{
    background-color: grey;
    width: 70px;
    min-width: 70px;
    border-radius: 5px;



}
.content-bottom-interact{
    display: flex;
    justify-content: end;
    gap: 5px;

}
.interact-like{

}
.interact-liked{
    display: none;
}
.content-bottom img{
    width: 8%;
    min-width: 20px;
}