  .zoom-buttons {
      position: fixed;
      bottom: 30px;
      left: 20px;
      z-index: 999;
    }

    .zoom-buttons button {

      background-color: #333;
      color: white;
      padding: 10px 15px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: 10px;


    }
