.avatar {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    align-items: center;
    margin-top: 10px;
 }
 .avatar-box {
    text-align: center;
 }
 .img-pic {
    width: 100%;
    height: auto;
 }
.post-icerik{
    background-color: whitesmoke;
    height: 250px;
 }
 .footer-row {
    height: 200px;
    padding-top: 20px;
 }