I'm new to coding but I need a website soon, So I started working on it but once I added the nav bar the box with contents is not center anymore. I've tried to troubleshoot it and i have tried every single css line and none do the work of aligning the box to the center. Codepen
.panel {
background-color: #ffffff;
border-radius: 10px;
padding: 15px;
width: 90%;
max-width: 1000px;
display: flex;
align-items: center;
flex-direction: column;
text-align: center;
text-transform: uppercase;
border: 2px solid gray;
background-position: center;
margin-top: 20px;
margin-bottom: 20px;
}