.custom-map-control-button {
    background: rgb(255, 255, 255);
    color: black;
    margin: 10px;
    border: 0px;
    height: 30px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    font-size: 1rem
}
.custom-map-control-button:hover {
    font-weight: bold;
}