

#strike {
    top: 300px;
    position: relative;
    z-index: 4;
    font-family: 'Inter';
    font-style:  italic;
    font-weight: 900;
    font-display: swap;
    src: url("font-files/Inter-BlackItalic.woff2?v=3.11") format("woff2"),
         url("font-files/Inter-BlackItalic.woff?v=3.11") format("woff");
    text-align: center;
    color: red;
    font-size: 500px;
}

@keyframes blink {
to { color: white; opacity: 0;}
}

.my-element {
color: white;
opacity: 255;
animation: blink 3s steps(2, start) infinite;
animation-timing-function: ease-in;
animation-timing-function: ease-out;
}

#jens {
  top: 2000px;
  position: relative;
  z-index: 4;
}

#db {
  top: 0px;
  font-family: 'Oswald', sans-serif;
  font-size: 90px;
  background: -webkit-linear-gradient(45deg, #09009f, #00ff95 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#pic {
  top: 10px;
  position: relative;
  z-index: 2;
}

#we {
  top: -20px;
  left: 200px;
  position: relative;
  z-index: 1;
}
path {
  fill: transparent;
}

text {
  fill: #FF9800;
}
