body {
  font-family: sans-serif;
}

svg {
  display: block;
  margin: auto;
}

header {
  text-align: center;
}

#title {
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 0;
}

.teams {
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 0.2em;
  line-height: 1.4em;
}

.tooltip {
  opacity: 0;
  position: absolute;
  font-size: 0.9em;
  padding: 0.6em 1em;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  z-index: 10;
  pointer-events: none;
  line-height: 1.4em;
}

.tooltip:before {
  content: '';
}

.dot {
  stroke: #FFFFFF;
  stroke-width: 0.5;
  fill: #DF5B5B;
  fill-opacity: 0.5;
}

.dot:hover {
  stroke: #000000;
}

.country, .country:hover {
  fill: #DDDDDD;
  stroke: #DF5B5B;
  stroke-width: 0.5;
  cursor: pointer;
}

.country:hover {
  fill: #5C95FF;
}
