div {
    background-color: lightgray;
    width: fit-content;
    height: 25px;
    background-color: gray;
    color: white;
    font-family: Arial;
    border: 2px solid black;
    border-radius: 5px
}

#nodesmenu {
    width: 300px !important;
    background-color: white !important;
    border: 1px solid black;
    margin: 0px 80% !important;
    position: absolute !important;
    display: table !important;
}