<!DOCTYPE html>
<html>
<style>
.container{
flex-direction: row;
flex-wrap: wrap;
justify-content: start;
display: flex;
margin: 0 auto;
}
.square {
width: 150px;
height: 150px;
background-color: black;
margin-left: 10px;
}
.body {
width: 100%;
}
.html {
width: 100%;
}
</style>
<body>
<div class="container">
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
</div>
</body>
</html>
убери все говно из контейнера, и поставь ему ширину, а потом margin 0 auto