body {
  font-family: sans-serif;
  background: #111;
  color: white;
  margin: 0;
  padding: 20px;
}
.container {
  background: #222;
  border-radius: 10px;
  padding: 10px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-white {
  background: white;
  color: black;
  padding: 10px 15px;
  border-radius: 25px;
  text-decoration: none;
}
.close-add-to-home {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
}
