<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.arrow{
    border: 9px solid transparent;
    border-bottom-color: rgba(237, 31, 101, 0.5);
    width: 0px;
    height: 0px;
    top:0px
}
.stick{
    width: 8px;
    height: 14px;
    border-radius: 1px;
    background-color: rgba(237, 31, 101, 0.5);
    top:18px;
}
#back_top div{
    position: absolute;
    margin: auto;
    right: 0px;
    left: 0px;
}
#back_top{
    /* border: 1px solid rgb(0, 167, 134); */
    background-color: rgba(220, 220, 220, 0.5);
    height: 38px;
    width: 38px;
    border-radius: 3px;
    display: block;
    cursor: pointer;
    position: fixed;
    right: 50px;
    bottom: 100px;
    display: none;
}
#back_top:hover{
    border: 1px solid rgb(220, 220, 220);
    transition: 0.5s;
    background-color: white;
}</pre></body></html>