#container {
    display: flex;
    flex-wrap: wrap; 
    width: 960px; 
    div {
        justify-content: center;
        align-items: center;
        box-sizing: border-box;

    }
}