.zoom-buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
}
.zoom-buttons button {
  border: none;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
}
.zoom-buttons button:hover {
  opacity: 0.8;
}

.zoom-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #963048;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  width: 30px;
}

.revert-zoom {
  background: transparent;
}