<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
    text-decoration: none;
	color: #ed4796;
	color: #f062a5;
	color: #f16eac;
	color: #f27db5;
}

a:hover{
    color:#aaa;
}

a:hover .side_menu_bottun {
    background-color: #ddd;
	color:#f27db5;
}


.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 3px;
    background: #f27db5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}</pre></body></html>