/**
 @author Abhishek Bakare
 */

svg {
    position: relative;
    height: 720px;
    width: 1080px;
}

h2, h3 {
    text-align: center;
    line-height: 0.8
}

.backgroundYear {
    color: gray;
    opacity: 0.1;
    z-index: 0;
    font-size: 200px;
    text-anchor: middle;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.countryAbbr {
    z-index: 2000;
    text-anchor: middle;
}

.circle {
    opacity: 1;
    stroke: black;
    z-index: 500;
}

.text {
    z-index: 2;
    text-anchor: middle;
}