.flex-container {
    display: flex; 
    flex-direction: row;
    justify-content: center;
}

.gambar {
    max-width: 100px;
    margin: 10px;
}
