body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

.background {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('background.jpg') no-repeat center center;
  background-size: cover;
}

.button {
  position: absolute;
  width: 0%;
  max-width: none;
  height: auto;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.button:hover {
  transform: scale(1.05);
}

/* Placeholder positions, adjust as needed */
.bio {
  top: 20%;
  left: 0%;
}

.live-dates {
  top: 20%;
  left: 0%;
}

.listen {
  top: 55%;
  left: 0%;
}

.book {
  top: 55%;
  left: 0%;
}