.menu {
  width: 462px;
  height: 40px;
  position: absolute;
  top: 630px;
  left: 53%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 11;
}
.menu div {
  width: 132px;
  height: 100%;
  cursor: pointer;
}
