@keyframes slideUp {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}
