.memory-report { 
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(34, 34, 34, 0.4);
    color: white;
    font-family: monospace;
    padding: 8px 12px;
    font-size: 14px;
    z-index: 99999; /* higher than navbar */
    
}

