/**
*  Styles for the page.  Feel free to change any of this.
*/
body {
    text-align: center;
    font-family: "Lucida Sans Unicode", Verdana, sans-serif;
    font-size: 12pt;
    color: #261640;
    background-color: #e6e4e2;
}

h1 {
    margin: 2% 2% 5% 2%;
    border-bottom: 5px groove #4C2C7F;
    padding-bottom: 2%;
}

#chart {
    border: 4px solid #4C2C7F;
    background-color: white;
}

.bar {
  fill: steelblue;
}

.bar:hover {
  fill: brown;
}

.axis--x path {
  display: none;
}
