body {
  padding: 0;
  margin: 0;
}

#map,
body,
html {
  height: 700px;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#map2,
body,
html {
  height: 700px;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.jumbotron{
  background-image: url("123.jpg");
  margin-top: 20px;
  height: 250px;
  }

.bar {
  fill: blue;
}

.bar:hover {
  fill: green;
}

.USA {
  fill: blue;
}

.USA:hover {
  fill: red;
}

.China {
  fill: red;
}

.China:hover{
  fill: yellow;
}
.Russia {
  fill: red;
}
.Russia:hover {
  fill: blue;
}

.UnitedKingdom {
  fill: blue;
}

.UnitedKingdom:hover {
  fill: red;
}

.Japan {
  fill: red;
}

.Japan:hover {
  fill: yellow;
}


.India {
  fill: orange;
}

.India:hover {
  fill: green;
}

.ESA {
  fill: blue;
}

.ESA:hover {
  fill: yellow;
}


.Canada {
  fill: red;
}

.Canada:hover {
  fill: green;
}
.Germany {
  fill: gold;
}

.Germany:hover {
  fill: black;
}

.Luxembourg {
  fill: red;
}

.Luxembourg:hover {
  fill: lightblue;
}

.Spain {
  fill: yellow;
}

.Spain:hover {
  fill: red;
}

.Argentina {
  fill: skyblue;
}

.Argentina:hover {
  fill: yellow;
}

.SouthKorea {
  fill: blue;
}

.SouthKorea:hover {
  fill: red;
}

.Israel {
  fill: blue;
}

.Israel:hover {
  fill: green;
}


.SaudiArabia {
  fill: green;
}

.SaudiArabia:hover {
  fill: yellow;
}



.France {
  fill: blue;
}


.France:hover {
  fill: red;
}

.Australia {
  fill: blue;
}

.Australia:hover {
  fill: red;
}


.Italy {
  fill: green;
}

.Italy:hover {
  fill: red;
}


.Netherlands {
  fill: orange;
}

.Netherlands:hover {
  fill: blue;
}

.Brazil {
  fill: green;
}

.Brazil:hover {
  fill: yellow;
}

.axisText {
  font-size: 14px;
  color: black;
}

.line {
  fill: none;
  stroke-width: 5px;
}

.orange {
  stroke: orange;
}

.green {
  stroke: green;
}

.blue {
  stroke: blue;
}

.red {
  stroke: red;
}

.legend {
    font-size: 18px;
    font-weight: bold;
    text-anchor: right  ;
}

.line2 {
  fill: none;
  stroke-width: 4px;
}
