.articles{
    margin-top: 1rem;
}

.content{
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.article{
    box-shadow: 2px 2px 10px rgba(0,0,0,.2);
    margin: .5rem 0;
}

.title{
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.edit-buttons{
    white-space: nowrap;
}

.article img{
    border-radius: 50%;
}

.profile{
    padding: 2rem;
}

.article-content{
    font-size: 18px;
    margin-top: 1rem;
}

.date{
    font-size: 14px;
    padding: .5rem;
    margin-bottom: 0px;
    margin-top: auto;
    text-align: end;
    color: #666;
}

.date hr{
    height: 2px;
    border-width: 0;
    background-color: #999;
    margin-bottom: 1rem;
}