<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    height: 2000px;
}
.bottomMenu {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100px;
    padding: 30px 0px 30px 0px;
    background: #076C98;
    z-index: 1;
    transition: all 1s;
}
.hide {
    opacity:0;
    left:-100%;
}
.show {
    opacity:1;
    left:0;
}</pre></body></html>