


@keyframes slideInRightContact {
  from {
    opacity: 0;
    margin-right: -100%;
  }

  to {
    opacity: 1;
    margin-right: 0%;
  }
}

