 #menu {
  background-color: rgba(0,0,0, 0.0);
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  padding: 20px;
}
