

/* CSS from section stylesheet tags */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}