.social-icons {
  gap: 10px;
}
.social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1411764706);
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  transition: border-color 0.3s ease, opacity 0.3s ease;
}
.social-icons a:hover {
  opacity: 0.8;
}
.social-icons a .social-img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}
.social-icons a span {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

/*# sourceMappingURL=view.css.map */
