<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.welcome_newest_member  
  { 
margin: auto;
text-align: center;
  }

.welcome_image 
  { width: 100%; 
    max-width: 300px;
    margin: auto;
  }

@keyframes marquee_welcome { /* Hier ist "marquee" der Name der Animation */
 0%   { text-indent: 0% }
 100% { text-indent: 100% }
  }


.welcome_newest_member_text
  {   
font-size: 15px;
margin-top: 15px;
margin-bottom: 15px;
-webkit-animation-duration: 10s; 
animation-duration: 10s;
  }</pre></body></html>