
a {
  color: #000; 
}

a:hover {
  color: #000; 
}

.social-icon a {
  height: 45px;
  width: 45px;
  border: 1px solid #ccc;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  display: block;
  color: #000;
}

.social-icon a:hover {
  background-color: rgb(0, 0, 0);
}

.content a {
  color: #000 
}