.candybar {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: fit-content; 
  background-color: white;
  color: black;
  border: 5px solid lightblue;
  border-radius: 1.5em;
  padding: .5em .5em;
  font-size: 1.5em;
  font-weight:bold;
  text-align: center;
  z-index: 1010;
  cursor: pointer;
}
.candybar img {
  max-width: 100%;
  width: 2em;
}