.map-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.state {
    fill: #cccccc;
    stroke: #ffffff;
    stroke-width: 1;
    transition: fill 0.3s ease;
}

    .state:hover {
        fill: #ff7f50;
    }
