
/* The dots/bullets/indicators */
.biluta {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.activ, .biluta:hover {
  background-color: #717171;
}

.meniu {
  /* border: 1px solid black; */
  text-align: center;
}