#main-menu {
  background: white;
  display: flex;
  justify-content:space-around;
  margin-top:20px;
}


.menu-base-theme ul {
  border:solid 1px #cccccc;
}

