document, body {
  margin: 0;
  padding: 0;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.menu {
  background: rgba(0, 0, 0, 0.5);
}

.menu div {
  margin: 0.5rem 1rem;
  padding: 0.5rem 1rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}

.title {
  color: #fff;
  text-align: center;
  font: 72px sans-serif;
}