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