@font-face {
	font-family: "segoesc";
	src: url("segoesc.ttf") format("truetype");
	}

	
html, body {
	display: block;	
	box-sizing: border-box; 	
	padding: 0;
	border: 0;
	color: #6B6E70;
	background-color: #1d2125;
	font-family: "segoesc";
	font-size: 1em;		
}

.topPicture {						
	background-image: url(emaJean1.png);
	content: '';	
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	height: calc(25mm + 25vw);
}

.bottomPicture {	
	position: absolute;
	right: 0;
	bottom: 0;
	height: calc(25mm + 25vw);
	background-image: url(emaJeanDown.png);
	background-size: 100% 100%;
}

h1 { 
	font-size: calc(10mm + 3vw);
	letter-spacing: -0.01em;
	line-height: 0.9;
	text-align: center;
	margin-top: calc(5mm + 1vw);
	margin-right: 1vw;
	color: rgb(153, 153, 153);
}

.txtArea {	
	margin-top: 5vw;
	text-align: center;
	font-size: calc(4mm + 1.5vw);
	line-height: 1.4;
	word-spacing: 0.1em;
	letter-spacing: 0em;
}
