* {
  margin: 0;
  padding: 0;
}
.map_svg{
  fill: #dbdbdb;
  stroke: #fff;
  stroke-width: 0.75;
}

.country{
  fill: #006566;
  stroke: #fff;
  stroke-width: 0.75;
}
.country:hover{
  fill: #f1d140;
  stroke: #fff;
  stroke-width: 0.75;
}

.green{
  fill:#43a047;
}

.yellow{
  fill:#fcc30b;
}

.red{
  fill:#d74040;
}
.orange{
  fill:#f57c00;
}
.grey{
  fill:grey;
}

.sizeImg{
  width: 60px;
  height: 60px;
}