        body {
			background-color: black;
			font-family: arial;
			color: yellow;
			font-size: 16px;
		}
		.content {
            text-align: center;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }
		img {
			padding: 12px 0;
		}
		div {
			padding: 3px;
		}
		.szyld {
			background-color: yellow;
			color: black;
			font-weight: bold;
			border-radius: 6px;
			line-height: 24px;
		}