/* Container holding the image and the text */
.container {
    position: relative;
    text-align: center;
    color: white;
	font-size: 20px;
	font-family:Arial bold;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; /*-1 1 1 -1*/
}

/* Top right text */
.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}