Currently working on creating a form for adding books to a fictional library website. The form tag is enclosed within a div, but despite the CSS styling applied, it remains fixed to the left side of the screen and I'm struggling to understand why.
.form-container {
padding: 50px;
background: white;
display: inline-block;
border-radius: 25px;
margin: auto;
}