@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fade-in{animation:fadeIn .5s ease-in-out}.fade-out{animation:fadeOut .5s ease-in-out}.bg-header-footer{background-color:var(--logo-contrast-color);color:red!important}.bg-gradient-scroll{position:relative;background:transparent}