/* Style buttons */
.icon-link {
  border: none; /* Remove borders */
  font-size: 15px; /* Set a font size */
  cursor: pointer; /* Mouse pointer on hover */
}

.icon-link:hover {
  /*color: darkslategray;*/
  border-radius: 50%;
  background: lavender;
  color: indigo;
  font-size: 14px;
}
