body {
    margin: 0;
}

#map-container {
    position: relative;
    width: 100vw;
    height: 100vh;
}

#map {
    width: 100%;
    height: 100%;
}

#color-picker {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: white;
    z-index: 1000;
}

.country-label {
    font-family: 'Cinzel', serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #191919;
    text-shadow: 4px 3px 2px rgba(34, 34, 34, 0.7);
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
    pointer-events: none;
}