.mobile-icon:hover {
  transform: scale(1.1);
  /*box-shadow: 0 0 10px rgb(0,50,14);*/
  /*box-shadow: 0 0 5px 2px rgb(0,50,14);*/
  color: #000000;
  /*box-shadow: 0 0 5px rgb(0,50,14);*/
}

.mobile-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #d75400;
  border-radius: 50%;
  font-size: 30px;
  color: #2c2c2c;
  text-decoration: none;
  transition: transform 0.2s ease-in-out;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

