.menu {
  position: absolute;
  left: 50%;
  top: 38%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}

.menu button {
  background-color: rgba(41, 41, 41, 0.75);
  color: gold;
  display: block;
  font-family: Apple Chancery, "MS Trebuchet", sans-serif;
  font-size: 40;
  moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  outline: none;
}

.menu button:hover{
  cursor: pointer;
}
