body {padding: 0; margin: 0}
html, body, #map {height: 100%; width: 100%;}
#centercross-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5%;
    height: 5%;
    max-width: 50px;
    max-height: 50px;
}
.custom-control-container {
    position: absolute;
    top: 100px; 
    right: 10px;
    background-color: rgba(255, 255, 255, 0.8); 
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    border-radius: 5px; 
  }
#centerIcon {
    width: 30px; 
    height: 30px; 
    background-color: #ffffff; 
    border: none;
    cursor: pointer;
  }