.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  /* text-align: center; */
}

.social-icons li {
  display: inline-block;
  margin-right: 10px;
}

.social-icons a {
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background-color: #333;
  transition: background-color 0.3s ease;
}

.social-icons a:hover {
  background-color: #22b11a;
}
