*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    background-color: white;
    padding-top: 10px;
}
.comments{
    display: flex;
    gap: 25px;
    justify-content:flex-start;
    align-items: center;
    height: 90px;
    margin-left: 10px;
}
.comments_img img{
    width: 55px;
    height: 55px;
    border-radius: 100%;
}
.comments_text{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.laughing_emoji{
    color: black;
}
.display_name{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 3px;
}
.display_name_under{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.dot{
    font-size: 15px;
    font-weight: bold;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
}
.comments_line{
    margin-left: 10px;
    color:#535151a1;
}
.d_name{
    font-size: larger;
    font-weight: 547;
}
.time_sent_up{
    color:#535151a1;
    font-size: 200;
}
.time_sent{
    color:#535151a1;
}
.likes_class{
    color: rgba(255, 17, 0, 0.788);
    font-weight: bolder;
}