.image{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
}
.image img{
    width: 100%;
}
a{
    color: inherit;    
}
.text-center{
    text-align: center!important;
}
.text-left{
    text-align: left!important;
}
.center{
    margin-left: auto;
    margin-right: auto;
}
.flex{
    display: flex;
    gap: 18px;
}
.justify-between{
    justify-content: space-between;
}
time{
    flex-shrink: 0;
}
.blog-list a{
    cursor: pointer;
    text-decoration: none;
}

.blog-list a:hover{
    color: black;
    text-decoration: underline;
}
