a.facebook svg {
  transition: fill 0.3s ease-in-out;
  fill: transparent;
  & rect {
    stroke: #fff;
  }
  & path {
    fill: #fff;
  }
}
a.facebook svg:hover {
  fill: #fff;
  & path {
    fill: #070707;
  }
}
