html, body {
  font-family: 'Montserrat', sans-serif;
  color: white;
  background-color: turquoise;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

header {
  margin: 10px;
}

svg{
  border: 1px solid black;
}

.chartContainer {
  text-align: center;
}

.tooltip {
  pointer-events: none;
  position: absolute;
  display: none;
  height: auto;
  background-color: #ffffff;
  padding: 4px 10px 4px 10px;
  border-radius: 4px;
  text-align: center;
  line-height: 1.3;
  color: #5B6770;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, .15);
}

#madeBy a {
  color: white;
}

#numberOfEntrants {
  font-size: .75em;
}

#tournamentName {
  font-size: 1.5em;
  color: turquoise;
  text-shadow: -1px 0 gray, 0 1px gray, 1px 0 gray, 0 -1px gray;
}

#winner {
  font-size: .8em;
}
