html {
  height: 100%;
  overflow: hidden;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFF3DB;
}

#burymewithmymoney {
  width: 100%;
  height: 100%;
}

#touch {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 25px;
  text-align: right;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 11px;
}

#graveyardContainer {
  width: 100%;
  overflow: hidden;
}

#graveyardContainer,
#money,
#simon,
#text,
#bigtext {
  position: absolute;
  bottom: 0;
}

#bigtext {
  opacity: 0.25;
}

#links {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 100;
  display: flex;
  gap: 16px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
}

#links a {
  color: #8B7355;
  text-decoration: none;
  padding: 4px 8px;
  background: rgba(255, 243, 219, 0.8);
  border-radius: 3px;
}

#links a:hover {
  color: #5C4A2F;
  text-decoration: underline;
}
