.dropdownLeonte {
  display: none;
}

.dropdownAll {
  width: fit-content;
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

.mainLink {
  text-decoration: none;
  padding: 10px 20px 0 20px;
  background-color: transparent;
  color: white;
  border-radius: 10px;
  transition: all 0.4s;
}

.link {
  width: 100%;
  text-decoration: none;
  color: #343f52;
  background-color: transparent;
  border-radius: 10px;
  transition: all 0.4s;
}

.link:hover {
  color: #a83a2b !important;
}

.ulLeonte {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  margin: 0 !important;
  position: absolute;
  z-index: 9999;
  background-color: white;
  border-radius: 7px;
  border: 1px solid #a83a2b;
}

.liLeonte {
  margin-top: 20px;
  list-style: none;
}
