/*gtep = G Total Energy Production*/

.gtep_center {
    width: 100%;
    height: 27%;
    color: white;
}

.gtep_center > div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
}

.gtep_center_energy {
    top: 0;
}
.gtep_center_carbon {
    bottom: 0;
}
.gtep_center > div > div {
    text-align: center;
}