@keyframes animatedBackground { 0% { background-position: 0 55%; filter: blur(0px); background-size: 100%; } 40% { background-position: 40% 51%; filter: blur(0); } 50% { background-position: 50% 50%; filter: blur(4px); } 60% { background-position: 60% 49%; filter: blur(0); } 100% { background-position: 100% 45%; filter: blur(0);
#coveto_public h1, #coveto_public h2 { font-size: 36px; color: transparent; -webkit-background-clip: text; background-clip: text; background-image: linear-gradient(to right, rgb(var(--dunklefarbe)), #000); text-transform: uppercase; font-weight: bold; } #coveto_public h2 { font-size: 20px; }