@font-face {
    font-family: twitterchirp;
    src: url(../fonts/Chirp-Regular.woff2);
}
@font-face {
    font-family: twitterchirpbold;
    src: url(../fonts/Chirp-Bold.woff2);
    font-weight: 700;
}
@font-face {
    font-family: twitterchirpheavy;
    src: url(../fonts/Chirp-Heavy.woff2);
    font-weight: 900;
}
.tweet {
    max-width: 566px;
    font-size: 14px;
    margin: 0 auto;
    text-align: left;
    padding: 20px;
    line-height: 20px;
    background: #fff;
    font-family: twitterchirp,Helvetica,Arial,  sans-serif;
}
.head {
    display: flex;
}
.avatar {
    width: 50px;
    height: 50px;
    background-image: url(../avatar.png);
    border-radius:50%;
    overflow: hidden;
    background-size: contain;
}
.name {
    padding: 6px;
    padding-left: 12px;
    font-size: 15px;
}
.nombre {
    font-family: twitterchirpbold,Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: rgb(15, 20, 25);
}
.handle {
    color: rgb(83, 100, 113);
}

.text {
     color: rgb(15, 20, 25);
     padding-top: 12px;
     font-size: 17px;
}

.datetime {
    padding: 16px 0;
    color: rgb(83, 100, 113);
}

.stats {
    display: flex;
}
.stat {
    padding: 16px 0;
    margin-right:15px;
    font-size: 13px;
    color: rgb(83, 100, 113);
}

.stat span {
    font-family: twitterschirpbold, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #000;
}
.separator {
    width: 100%;
    border-top: 1px solid rgb(239, 243, 244);
    height: 1px;
}

@media screen and (min-width: 720px) {
    .tweet {
        padding: 10px;
    }
}