Im trying to center the container div within the body2 div. Can someone please help with this?
.body2{
display: flex;
justify-content: center;
display: block;
background-color: pink;
padding: 40px 100px 100px 490px;
}
.container {
display: flex;
background-color: #1F2937;
flex-wrap: wrap;
text-align: center;
padding: 2px;
}