.change{position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;z-index:10;width:100%;height:100%;background-size:cover;background-position:50%;object-fit:cover;overflow:hidden;animation:image-switch-animation 25s infinite}@keyframes image-switch-animation{0%{opacity:0}5%{opacity:1}25%{opacity:1}30%{opacity:0}to{opacity:0}}.change:first-of-type{animation-delay:0s}.change:nth-of-type(2){animation-delay:5s}.change:nth-of-type(3){animation-delay:10s}.change:nth-of-type(4){animation-delay:15s}.change:nth-of-type(5){animation-delay:20s}.top-text{color:#fff;text-shadow:3px 3px 8px #000000,-3px 3px 8px #000000,3px -3px 8px #000000,-3px -3px 8px #000000,3px 0 8px #000000,0 3px 8px #000000,-3px 0 8px #000000,0 -3px 8px #000000}