.bottomLayer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: fit-content;
    text-align: center;
    color: white;
    background-color: #00374d;
    padding: 9px;
    z-index: 999;
}

.bottomLayer div {
    /*float: left;*/
}

.bottomLayer .divAnchor {
    margin: 8px;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid;
    cursor: pointer;
}

.bottomLayer .divAnchor:hover {
    background-color: rgba(18, 40, 43, 0.5);
}
