/* Container holding the image and the text */
.container {
    position: relative;
    text-align: center;
    color: white;
	font: bold 80px/45px Helvetica, Sans-Serif;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
