body {
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}

circle {
  stroke: white;
  stroke-width: 1.5;
}

.continent-key-element text {
  fill: white;
}

#left-container {
    /* top:50%; */
    float: left;
    width: 30%;
    height: 100%;
    /* background-color: rgba(255,255,255,0.75); */
}

#description{
    /* position: absolute; */
    margin-left: 10px;
}

#right-container {
    float: left;
    width: 70%;
    height: 100%;
    text-align: center;
    /* position: relative; */
    /* background-color: rgba(100,100,100,0.75); */
}


.slider {
    -webkit-appearance: none;
    width: 30%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

#winner {
    text-align: center;
    width: 100%
}

button{
	font-size: 20px;
    background-color: black;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
}

/* #number-participants {
    position: absolute;
    font-weight: bold;

    font-size: 20px;
    top: 20px;
    left: 20px;

} */
