/* menu levo */
.icon-bar {
  width: 60px;
  background-color: transparent;
  position: fixed;
}

.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;
}




