body {
	margin: 0;
	padding: 0;
	}
.wrapper {
    position: absolute;
	width: 290px;
	height: 366px;
	top: 50%;
    left: 50%;
    margin-left: -145px;
    margin-top: -183px;
	}
.cross {
	position: relative;
	height: 86px;
	}
.horizontal {
    position: absolute;
    top: 20px;
    left: 0;
    border: 1px solid #ccc;
    width: 54px;
    height: 15px;	
	}	
.vertical {
    position: absolute;
    top: 0;
    left: 20px;
    border: 1px solid #ccc;
    width: 15px;
    height: 86px	
	}
.words-container {
	margin-left: 20px;
	margin-top: 52px;
	}			
p {
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 20px;
	font-style: italic;
	color: #444;
	}
p span {
	font-family: 'Playfair Display', serif;
	font-weight: 900;
	font-size: 44px;
	font-style: normal;
	color: #333;
	}
p i {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 14px;
	font-style: normal;
	color: #999;
	text-transform: uppercase;
	}
p:first-of-type {
	margin-top: -12px;
	}	