.election-container {
    margin: 0 auto;
    padding: 1vh;
    font-family: Arial, sans-serif;
}

h1 {
    color: #333;
    text-align: center;
    margin-bottom: 2vh;
}

h2 {
    color: #444;
}


.block-container {
    width: 95%;
    margin: 0 auto 0vh auto;
    padding: 0;
    font-family: Arial, sans-serif;
}

.block-bar {
    display: flex;
    width: 100%;
    height: 12vh;
    border-radius: 1vh;
    overflow: hidden;
    box-shadow: 0 0.3vh 1vh rgba(0,0,0,0.04);
    text-shadow: 0 0.2vh 0.6vh rgba(0,0,0,0.18);

}

.block-segment {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    transition: width 0.3s;
}

.block-label {
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 5vh;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    direction: rtl;
    text-shadow: 0 0.2vh 0.6vh rgba(0,0,0,0.18);
}

.block-name {
    font-size: 4vh;
    margin-bottom: 0.2vh;
}

.block-seats {
    font-size: 5vh;
} 

