.util-bar {
  background-color: #079992;
  position: sticky;
  top: 0;
  z-index: 10000;
}

.booking {
  color: white;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.booking:hover {
  color: white;
  background-color: #0EC6BD;
  font-weight: 500;
}