.model-info {
    position: absolute;
    bottom: 0px;
    left: 13px;
    z-index: 1000;
    color: #777777;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 11px;
    padding: 2px 5px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    pointer-events: none;
}
