body {
  font-family: "Segoe UI", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

#socialIcons svg {
  fill: #fff;
}

.social-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}
.social-icon svg {
  width: 16px;
  height: 16px;
}
.social-icon:hover {
  background-color: #fff !important;
  transform: translateY(-4px);
}
.social-icon:hover svg {
  fill: #000 !important;
}/*# sourceMappingURL=black-icons.css.map */