.the-icons {
  list-style: none outside none;
  margin-left: 0;
}
.the-icons li {
  float: left;
  line-height: 25px;
  width: 25%;
}
.the-icons i:hover {
  background-color: rgba(255, 0, 0, 0.25);
}