body{
    padding: 20px;
}

h2, h6{
    text-align: center;
}

p{
    font-size: larger;
}

#additionalInfo{
    border-style: solid;
    width: 32%;
    padding: 10px 20px;
}

.name{
    font-weight: bold;
}

.bar-text {
    font-size: 10px; 
}

#legend{
    position: absolute;
    border-style: solid;
    text-align: center;
}

#barChart{
    text-align: center;
    margin-top: 20px;
}

#pieChart{
    display: none;
}

.country-label{
    font-size: 12px;
    text-anchor: middle;
}

#tooltip, #tooltip2{
    position: absolute;
    width: auto;
    height: auto;
    padding: 10px;
    border-radius: 10px;
    border-style: solid;
    background-color: white;
    pointer-events: none;
    display: none;
}

#tooltip p{
    font-size: 12px;
    margin-bottom: 2px;
}