body{
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Noto Sans', 'Helvetica Neue', sans-serif;
    background-color: #222; color: #2d2;
    margin: 0 !important;
    padding: 0 !important;
}
a { 
    color: orange; 
} 
a:active { 
    color: orange; 
}
#hb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 76px;
    background: transparent;
    -webkit-app-region: drag;
    z-index: 10
}
.clickable-element {
    pointer-events: auto;
}  
svg {
    display: block;
}