.bottom-contact {
  columns: 2 auto;
}
.icons *:before { 
  filter: grayscale(1);
  content: attr(data-icon) " ";
  font-size: larger;
}

.icons * {
  white-space: nowrap;
}

.icons > * {
  display: list-item;
  list-style: none;
}

.tag_box span {
  display: none;
}

.inline, .inline * {
  display: inline-flex;
}

@media print {
  .footer { display: none !important; }
  body { font-size: smaller; } 
}
