.baris {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.kolom {
    height: 5rem;
    width: 5rem;
    margin-right: .5rem;
    margin-left: .5rem;
    border-radius: 50%;
    padding: 0.1rem;
    text-align: center;
}

.kolom img {
    height: 3.5rem;
    margin-top: 0.6rem;
}