.hovermsg {
    display: none;
    left: 40%; 
    top: 1%; 
    position: absolute;
    border: 1px solid #ccc; 
    padding: 10px; 
    border-radius: 12px; 
    z-index: 1; 
    width:200px;
    color:#fff;
    background-color:#28a745;
}

.info-icon {
    cursor: pointer; 
}
