html {
    scroll-behavior: smooth;
}

#worldMap { 
    height: 500px;
    margin: 2rem 0;
    width: 100%;
}

.leaflet-popup-content {
    text-align: center;
}

.info {
    padding: 6px 8px;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}