#arsenic-bangladesh {
    max-width: 100%;
    aspect-ratio: 1.35;
}

.legend-container {
    width: 100%;
    margin: 15px auto;
    text-align: center;
}

.legend-bar {
    width: 100%;
    height: 20px;
    background: linear-gradient(to right, green, yellow, red);
    border-radius: 4px;
    margin-bottom: 5px;
}

.legend-ticks {
    display: flex;
    justify-content: space-between;
    font-size: .75rem;
    color: #333;
    margin-bottom: 5px;
    padding: 0 2px;
}

.legend-title {
    color: #333;
    font-weight: bold;
    font-size: .9rem;
}
