.contact-icons {
  position: fixed;
  bottom: 75px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}