.infobulle {
    position: fixed;
    z-index: 2;
    
    padding: 10px;
    border: dashed rgb(57, 57, 104) 3px;
    border-radius: 5px;
    background-color: rgb(69, 69, 130);
}

.subbox {
    padding: 10px;
    border: dashed #5c5e61 2px;
    border-radius: 10px;
}