.x_time_line {
    width:440px;
}
.x_tweet_account {
    display: flex;
}
.x_tweet_account img {
    width: 10%;
    height: 10%;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    z-index: 0;
}
.x_tweet_account p {
    font-weight:bold;
}
.x_img_full img {
    width: 100%;
}
.x_link a {
    color: black;
}
.x_light_blue {
    color: rgb(29, 155, 240);
}