/* menu levo */
.icon-bar {
  width: 60px;
  background-color: #000000;
  height: 100%; /* Full height */
  position: fixed; /* Make it stick, even on scroll */
  overflow: auto; /* Enable scrolling if the sidenav has too much content */
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
  color: green;
  font-size: 30px;
}

.icon-bar a:hover {
  background-color:  #f2f2f2;
}




