#money {
  width: 900px;
}

body {
  cursor: pointer;
}

#stage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

a {
  color: white;
  background-color: black;
  text-decoration: none;
}

a:hover {
  color: black;
  background-color: white;
}

#tag {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translateX(-50%); 
  font-size: 36pt;
}