#Menu { height: 50px; bottom: 0px; display: flex; position: fixed; width: 100%; z-index: 200; background-color: rgba(255, 255, 255, 0.55); flex-direction: row; justify-content: space-around; }@media (min-width: 650px) {
  #Menu { }
}