<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.kofi {
  position: relative;  

}



.kofi2 {
	position: relative;
	  bottom: 48.5px;
    left: 50%
    margin-top: -5em;
    margin-left: 3.9%;
    width: 100%;
    height: 2em;
    color: #f90;
    background-color: rgba(0,0,0,0);
    font-family: Arial;
   	font-size: 100%;
   	font-weight: bold;
    
     
    
}

a.kofi3:link {
  color: blue;
  text-decoration: none;
}

/* visited link */
a.kofi3:visited {
  color: blue;
  text-decoration: none;
}

/* mouse over link */
a.kofi3:hover {
  color: black;
  text-decoration: none;
}

/* selected link */
a.kofi3:active {
  color: blue;
  text-decoration: none;
}</pre></body></html>