#blogpost {
    border:2px solid #27292b;
    padding:10px;
    border-radius:5px;
}
div>button, div>button::before {
    transition:ease all 0.3s;
    float:right;
    position:relative;
    bottom:160px;
    padding:10px 30px;
    border-radius:5px;
    border:none;
    background-color:#21b9ff;
    color:white;
}
div>button:hover {
    background-color:#18a0e0;
}
.description {
    font-style:italic;
}
.title {
    font-weight:bold;
    color:white;
    font-size:1.2rem;
}
.author {
    color:#b7babe;
    margin-top:50px;
    font-weight:500;
}