#info-box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    padding: 20px;
    z-index: 1000;
    border-radius: 8px;
    max-width: 300px;
    z-index:5;
}
#close-btn {
    float: right;
    cursor: pointer;
    font-weight: bold;
}
