.city-label {
    color: #ffe84a;
    font-size: 17px;
    font-weight: bold;
    text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000;
    white-space: nowrap;
    background: transparent;
    border: none;
}