	
 @font-face { font-family: fyra; src: url("../../css/fonts/fyra/fyra.otf"); } 

	body {
		margin: 0;
		overflow-x: hidden;
	}
	
	#podium{
		background-color: white;
	}
	
	.totalmedals{
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1rem;
		font-weight: 600;
		
	}
svg {
  display: block;
  margin-left: auto; 
  margin-right: auto;
}
	
	.bar {
  fill: steelblue;
}

.bar:hover {
  fill: brown;
}

.axis {
  font: 10px sans-serif;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.x.axis path {
  display: none;
}
	
	#wrapper {
		width: 100%;
		max-width: 640px;
		min-width: 300px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		background: white;
	}
	h2 {
		font-family: 'Montserrat', sans-serif;
		font-size: 20px;
		/*font-weight: 700;*/
		/*margin-bottom: 5px;*/
		text-align: center;
	}
	