/* examples/fadeIn/first_fade_in/style.css */
section .content {
  display: flex;
  justify-content: center;
  align-items:  center;
  height: 100vh;
}

section .content h2 {
  opacity: 0;
}
