<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer .top {
font-size: 20px;
line-height:  20px;
    font-family: "Arial Black";
    width: 40px;
    height: 40px;
    color: #888888;
    font-weight: bold;
    text-align: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: #ffffff;  
    border-radius: 20px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
   } 

</pre></body></html>