::selection {
  background: transparent;
  color: inherit;
}

::-moz-selection {
  background: transparent;
  color: inherit;
}
 @keyframes float {
    0%, 100% { transform: translateY(0px); }
    50%      { transform: translateY(-2px); }
  }