.container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
    padding: 50px;
}