body {
    font-family: Arial;

}

h1 {
    text-align: center;
}

/* format bar graph  */
.bar {
    display: flex;
    fill: rgb(44, 123, 186);
    flex-direction: row;
}

/* bar graph hover color */
.bar:hover {
    fill: orange;
}

/* format bar graph tooltip2 */
.tooltip2{
    position: absolute;
    background-color: grey;
    border: solid;
    padding: 5px;
}

/* format bar graph tooltip2
.tooltip{
    position: absolute;
    background-color: grey;
    border: solid;
    padding: 5px;
} */

.nyCounties:hover{
    fill: orange;
}

#viz {
    display: flex;
    flex-direction: row;
}
