.toolBar-Box {
  height: 15rem;
  width: 80%;
  border: solid black 1px;
  border-radius: 1rem;
  padding: 0.3rem;
}

.itemInStash {
  width: 60%;
  height: 75%;
  border: 1px solid black;
  font-size: 2.5rem;
  font-weight: 900;
  text-shadow: 1px 1px 1px rgb(255, 255, 255);
}

#active {
  -webkit-box-shadow: 0 0 20px var(--currently-Active-color);
  box-shadow: 0 0 20px var(--currently-Active-color);
  animation: heartbeat 1.5s infinite;
}


