.wrapper {
  background: url("https://i.ibb.co.com/7X30SnV/Background-Circle.png");
  width: 100%;
  position: fixed;
  display: -webkit-inline-box;
  overflow: hidden;
  bottom: 0; left: 10; right: 0;
  transform: translate(0%);
  }
  
  .wrapper:hover {
  background: #fda;
  }  
  
  .text-navbar {
  font-size: 0.6rem;
  font-style: burlywood;
  justify-content: center;
  color: black;
  margin-block: 1px;
  }
  
  .text-navbar:hover {
  font-size: 0.6rem;
  }
  
  .box {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("https://i.ibb.co.com/7X30SnV/Background-Circle.png");
  height: 70px;
  width: 23%;
  margin: 2px;
  position: sticky;
  flex-shrink: 0;
  color: black;
  cursor: -moz-grab;
  border: solid 3px goldenrod;
  font-weight: 600;
  box-shadow: -3px 3px 2px #000, 0 2px 1px #000000;
  }
  
  .box:hover{
  background: transparent;
  color: #000000;
  }
  
  .box.active:hover {
  box-shadow: -4px 4px 2px #000, 0 2px 1px #000000;
  border: 2px solid black;
  color: black;
  background: url("https://img.freepik.com/free-photo/gold-textured-background_53876-32224.jpg?w=360");
  }