html, body { height: 100%; width: 100%; margin: 0; padding: 0; }
#map { height: 100vh; width: 100vw; }
#info-display {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px;
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    border-radius: 5px;
}
