* {
    opacity: 0;
    transition: opacity 1.5s ease;
    will-change: opacity;
}

.in-view {
    opacity: 1;
}
