nav#site-navigation {
    text-align: center;
}

nav ul{
  list-style: none;
  margin: 0 2px;
  padding: 0;
  display: flex;
  justify-content: space-around;
}

.site-info.container {
    display: none;
}
