.container {
width: 1140px;
margin: 0 auto;
border: 1px solid #000;
}
.top_menu {
list-style: none;
list-style-type: none;
padding: 0px;
display: -webkit-flex; /* Safari */
display: flex;
-webkit-justify-content: space-between; /* Safari */
justify-content: space-between;
}