#hoverInstructions{
    visibility: hidden;
    width: 450px;

    font-size: larger;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: fixed;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top:auto;
    margin-bottom: auto;
    left: 0px;
    right:0px;
    top: 25%;

    display:flex;
    align-items: center;
    justify-content: center;
}

#hoverLabelQuestionMark{
    background-color:rgb(207, 218, 227);
    border:solid;
    border-color: rgb(207, 218, 227);
    border-radius: 7px;
    color:rgb(22, 71, 112);
}

